aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/js.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});
});