diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-08-13 14:20:14 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-08-13 14:20:14 +0200 |
commit | 4220e0c7da091330f6a4f6a2e1669fb4ece482bd (patch) | |
tree | 1557b158b087e86b9ec108d8b868e9d3b7c3556c /core/js | |
parent | 288b6d40713de3707b489a1028935fabae62e021 (diff) | |
download | nextcloud-server-4220e0c7da091330f6a4f6a2e1669fb4ece482bd.tar.gz nextcloud-server-4220e0c7da091330f6a4f6a2e1669fb4ece482bd.zip |
it does not affect gravity on planet earth, but only for tipsy
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/singleselect.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = $('<input/>'), - gravity = $(select).attr('data-gravity'), + gravity = $(select).attr('data-tipsy-gravity'), inputTooltip = $(select).attr('data-inputtitle'); if (inputTooltip){ input.attr('title', inputTooltip); |