diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-09-11 02:47:32 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-09-11 02:47:32 +0000 |
commit | c78c9760cadcabeb6b7d9ba44a7fad9521e707fc (patch) | |
tree | 5900adba678386b922433ff8ddcc653753fcc7a7 /admin/themes/default/template/batch_manager_global.tpl | |
parent | 4a2f9da888f9832b982b4405f3592d6810ab47e8 (diff) |
fix batch manager unit photo titles with quotes (+ send all photo data to template)
fix batch manager global fix tiptip selector for thumbs
git-svn-id: http://piwigo.org/svn/trunk@17856 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/batch_manager_global.tpl')
-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 d314f0c46..ac6e84623 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -238,7 +238,7 @@ $(document).ready(function() { } } - $('img.thumbnail').tipTip({ + $('.thumbnails img').tipTip({ 'delay' : 0, 'fadeIn' : 200, 'fadeOut' : 200 |