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:
plegall 2014-07-09 07:55:04 +00:00
commit 80b697f69f

View file

@ -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);