@ -203,6 +203,7 @@ define('leaui_image', ['jquery.ui.widget', 'fileupload'], function(){
|
||||
} else {
|
||||
clearTimeout(timeout);
|
||||
}
|
||||
|
||||
var found = false,
|
||||
node = e.target;
|
||||
do {
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
(function (factory) {
|
||||
'use strict';
|
||||
/*
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// Register as an anonymous AMD module:
|
||||
define(['jquery'], factory);
|
||||
@ -21,6 +22,8 @@
|
||||
// Browser globals:
|
||||
factory(window.jQuery);
|
||||
}
|
||||
*/
|
||||
factory(window.jQuery);
|
||||
}(function ($) {
|
||||
'use strict';
|
||||
|
||||
|
@ -739,6 +739,7 @@ var o = {
|
||||
// Automatically upload the file once it is added to the queue
|
||||
var jqXHR = data.submit();
|
||||
},
|
||||
|
||||
|
||||
done: function(e, data) {
|
||||
if (data.result.Ok == true) {
|
||||
|
Reference in New Issue
Block a user