summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 07:02:25 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 07:02:25 +0200
commitccf410c7b0f7f70f39c0d842c5a30df2664db0f3 (patch)
tree518b52e5ba3d06302d64d4652bfdebad24ffe8b5 /core/js
parent3b5f16b23cfbdb316dd7e02e0547077135bc95d4 (diff)
downloadnextcloud-server-ccf410c7b0f7f70f39c0d842c5a30df2664db0f3.tar.gz
nextcloud-server-ccf410c7b0f7f70f39c0d842c5a30df2664db0f3.zip
first styling for leftcontent
Diffstat (limited to 'core/js')
-rw-r--r--core/js/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 52cbd2ffc6d..63c88bb4adf 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -299,7 +299,7 @@ $(document).ready(function(){
}
});
- if($('.action').attr('title')!='') $('.action').tipsy({gravity:'s', fade:true, live:true});
+ 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});
});