diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-14 11:09:51 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-14 11:09:51 +0200 |
commit | f2a21398d791beda3e1de0a5c4c12a141e70c795 (patch) | |
tree | da3494f60f6243f94ec0668966c50523bf88a27c /core/js | |
parent | 4f43b0a72915967f54a3e14c772b3cee75c132d2 (diff) | |
download | nextcloud-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.js | 1 |
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){ |