From 4220e0c7da091330f6a4f6a2e1669fb4ece482bd Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 13 Aug 2014 14:20:14 +0200 Subject: it does not affect gravity on planet earth, but only for tipsy --- core/js/singleselect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js') diff --git a/core/js/singleselect.js b/core/js/singleselect.js index 6a4c104ffba..79ae0874dbd 100644 --- a/core/js/singleselect.js +++ b/core/js/singleselect.js @@ -2,7 +2,7 @@ $.fn.singleSelect = function () { return this.each(function (i, select) { var input = $(''), - gravity = $(select).attr('data-gravity'), + gravity = $(select).attr('data-tipsy-gravity'), inputTooltip = $(select).attr('data-inputtitle'); if (inputTooltip){ input.attr('title', inputTooltip); -- cgit v1.2.3