From ccf410c7b0f7f70f39c0d842c5a30df2664db0f3 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 13 Aug 2011 07:02:25 +0200 Subject: first styling for leftcontent --- core/js/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js') 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}); }); -- cgit v1.2.3