This commit is contained in:
life
2014-09-22 00:41:17 +08:00
parent 5439c1b5fb
commit 7bd5d66c55
6 changed files with 29 additions and 27 deletions

View File

@ -203,6 +203,7 @@ define('leaui_image', ['jquery.ui.widget', 'fileupload'], function(){
} else {
clearTimeout(timeout);
}
var found = false,
node = e.target;
do {

View File

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

View File

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