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
This commit is contained in:
parent
9ff7ab03a8
commit
80b697f69f
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue