1
0
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:
llj
2013-11-19 15:19:06 +08:00
parent e6d452e560
commit fa42277b28

View File

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