diff options
author | plegall <plg@piwigo.org> | 2014-10-06 09:17:22 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-10-06 09:17:22 +0000 |
commit | 596c34b51a0ce9887cc70840c6c7588a9226fd24 (patch) | |
tree | 4ff19d1a108624cda131be43dc555d3ebad57e35 | |
parent | 3a8dd51c1957eae624932ae332a24b8e4591831d (diff) |
bug 3153: fix the AddPhotos buttons on Iceweasel (and on iOS 8.0.2... sometimes). Patch by mmoy
git-svn-id: http://piwigo.org/svn/trunk@29900 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/themes/default/template/photos_add_direct.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index bb96b1fe3..a276b689c 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -64,6 +64,7 @@ jQuery(document).ready(function(){ jQuery("#uploader").pluploadQueue({ // General settings browse_button : 'addFiles', + container : 'uploadForm', // runtimes : 'html5,flash,silverlight,html4', runtimes : 'html5', |