summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-01-31 08:30:25 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2013-01-31 08:30:25 -0800
commit0dd9e6cb12beb58d07fc81d5d70f4b25262b9e4b (patch)
tree7f9414cef0d2ddcb8b3af2e2967bfdae90041e6d /core
parent209d599ec5b00c5b92a33e902867fc621e725c93 (diff)
parent9cd692a6d00623940a4dbf04045793e44d602569 (diff)
downloadnextcloud-server-0dd9e6cb12beb58d07fc81d5d70f4b25262b9e4b.tar.gz
nextcloud-server-0dd9e6cb12beb58d07fc81d5d70f4b25262b9e4b.zip
Merge pull request #1387 from schiesbn/visual_improvements
small visual improvements
Diffstat (limited to 'core')
-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 01e47edf268..9c8cf4aa625 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -672,6 +672,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});