From 80b697f69fc3c0293ade850aebfd2886a3bae4a1 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 9 Jul 2014 07:55:04 +0000 Subject: 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 --- admin/themes/default/template/photos_add_direct.tpl | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- cgit v1.2.3