mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
[file upload] show error msg for wrongly configured SERVICE_URL
This commit is contained in:
2
media/js/jquery.fileupload-ui.js
vendored
2
media/js/jquery.fileupload-ui.js
vendored
@@ -184,7 +184,7 @@
|
||||
if (data.errorThrown !== 'abort') {
|
||||
var file = data.files[index];
|
||||
file.error = file.error || data.errorThrown ||
|
||||
true;
|
||||
'can not connect the server';
|
||||
that._transition($(this)).done(
|
||||
function () {
|
||||
var node = $(this);
|
||||
|
Reference in New Issue
Block a user