diff options
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index e63ffd5e5..7d85e8bdd 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -139,7 +139,7 @@ $(document).ready(function() { $('img.thumbnail').tipTip({ 'delay' : 0, 'fadeIn' : 200, - 'fadeOut' : 200, + 'fadeOut' : 200 }); $("[id^=action_]").hide(); |