summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-08-13 14:20:14 +0200
committerArthur Schiwon <blizzz@owncloud.com>2014-08-13 14:20:14 +0200
commit4220e0c7da091330f6a4f6a2e1669fb4ece482bd (patch)
tree1557b158b087e86b9ec108d8b868e9d3b7c3556c /core/js
parent288b6d40713de3707b489a1028935fabae62e021 (diff)
downloadnextcloud-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.js2
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);