diff options
author | plegall <plg@piwigo.org> | 2012-02-02 20:33:54 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-02-02 20:33:54 +0000 |
commit | 0a20e740f958840357c52da47f3bb627a6037dbb (patch) | |
tree | f6379e4e5259b068d3c840af749e60341900b0ca /admin | |
parent | 5906aee361727f11167c8714a343993c038cf187 (diff) |
bug fix: avoid Javascript errors on uploadify-check-existing.php
git-svn-id: http://piwigo.org/svn/trunk@13018 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-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 ab0fd7b05..e996cabd1 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -198,6 +198,7 @@ var sizeLimit = Math.round({$upload_max_filesize} / 1024); /* in KBytes */ 'uploader' : uploadify_path + '/uploadify.php', 'langFile' : uploadify_path + '/uploadifyLang_en.js', 'swf' : uploadify_path + '/uploadify.swf', + 'checkExisting' : false, buttonCursor : 'pointer', 'buttonText' : buttonText, |