summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-31 19:28:25 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-31 19:28:25 +0100
commit3d5c7ca2456849b7227cf24bed2bc0be4db1a555 (patch)
tree95ca38a92c8d84d49063e3f852467feae770be96 /core/js/js.js
parentad044eb88861ebf2cefedc993634a85bb4697cd2 (diff)
parent5bf7791b4212c6dba2ce7289841c71f8177cfa3f (diff)
downloadnextcloud-server-3d5c7ca2456849b7227cf24bed2bc0be4db1a555.tar.gz
nextcloud-server-3d5c7ca2456849b7227cf24bed2bc0be4db1a555.zip
Merge branch 'master' into navigation
Diffstat (limited to 'core/js/js.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 f4ac3cbac8f..42d31a8c482 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -669,6 +669,7 @@ $(document).ready(function(){
// all the tipsy stuff needs to be here (in reverse order) to work
$('.jp-controls .jp-previous').tipsy({gravity:'nw', fade:true, live:true});
$('.jp-controls .jp-next').tipsy({gravity:'n', fade:true, live:true});
+ $('.displayName .action').tipsy({gravity:'se', fade:true, live:true});
$('.password .action').tipsy({gravity:'se', fade:true, live:true});
$('#upload').tipsy({gravity:'w', fade:true});
$('.selectedActions a').tipsy({gravity:'s', fade:true, live:true});