aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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);