fix batch_manager_global javascript syntax error with ie7

git-svn-id: http://piwigo.org/svn/trunk@9466 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2011-03-01 20:17:31 +00:00
commit 49dca1e70a

View file

@ -139,7 +139,7 @@ $(document).ready(function() {
$('img.thumbnail').tipTip({
'delay' : 0,
'fadeIn' : 200,
'fadeOut' : 200,
'fadeOut' : 200
});
$("[id^=action_]").hide();