mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 16:10:26 +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') {
|
if (data.errorThrown !== 'abort') {
|
||||||
var file = data.files[index];
|
var file = data.files[index];
|
||||||
file.error = file.error || data.errorThrown ||
|
file.error = file.error || data.errorThrown ||
|
||||||
true;
|
'can not connect the server';
|
||||||
that._transition($(this)).done(
|
that._transition($(this)).done(
|
||||||
function () {
|
function () {
|
||||||
var node = $(this);
|
var node = $(this);
|
||||||
|
Reference in New Issue
Block a user