aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-07-09 07:55:04 +0000
committerplegall <plg@piwigo.org>2014-07-09 07:55:04 +0000
commit80b697f69fc3c0293ade850aebfd2886a3bae4a1 (patch)
tree4b153213bb071be856c3080cf8b25965be9d0c61 /admin/themes
parent9ff7ab03a8ec8c012fbfadff281901fc2881deb9 (diff)
bug fixed: remove the "using runtime ..." tooltip all over the upload file selection
git-svn-id: http://piwigo.org/svn/trunk@29009 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-rw-r--r--admin/themes/default/template/photos_add_direct.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl
index a85e67d13..7643d29ec 100644
--- a/admin/themes/default/template/photos_add_direct.tpl
+++ b/admin/themes/default/template/photos_add_direct.tpl
@@ -94,6 +94,12 @@ jQuery(document).ready(function(){
// Enable ability to drag'n'drop files onto the widget (currently only HTML5 supports that)
dragdrop: true,
+ preinit: {
+ Init: function (up, info) {
+ jQuery('#uploader_container').removeAttr("title"); //remove the "using runtime" text
+ }
+ },
+
init : {
BeforeUpload: function(up, file) {
console.log('[BeforeUpload]', file);