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

View File

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