summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-14 11:09:51 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-14 11:09:51 +0200
commitf2a21398d791beda3e1de0a5c4c12a141e70c795 (patch)
treeda3494f60f6243f94ec0668966c50523bf88a27c /core/js
parent4f43b0a72915967f54a3e14c772b3cee75c132d2 (diff)
downloadnextcloud-server-f2a21398d791beda3e1de0a5c4c12a141e70c795.tar.gz
nextcloud-server-f2a21398d791beda3e1de0a5c4c12a141e70c795.zip
more info in personal, WebDAV, OpenID
Diffstat (limited to 'core/js')
-rw-r--r--core/js/js.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 63c88bb4adf..cddf95a8435 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -302,6 +302,7 @@ $(document).ready(function(){
if($('.action').attr('title')) $('.action').tipsy({gravity:'s', fade:true, live:true});
$('.selectedActions a').tipsy({gravity:'n', fade:true, live:true});
$('.selectedActions a.delete').tipsy({gravity: 'ne', fade:true, live:true});
+ $('input#identity').tipsy({gravity:'w', fade:true});
});
if (!Array.prototype.map){