1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

[share] fix

This commit is contained in:
llj
2016-08-15 17:21:42 +08:00
committed by lian
parent 5c59b81466
commit 1e0d94b694
3 changed files with 11 additions and 16 deletions

View File

@@ -632,7 +632,7 @@ define([
var parsed_resp = $.parseJSON(xhr.responseText);
err_msg = parsed_resp.error||parsed_resp.error_msg;
} else {
err_msg = gettext("Failed. Please check the network.")
err_msg = gettext("Failed. Please check the network.");
}
$error.html(err_msg).removeClass('hide');
},
@@ -710,7 +710,7 @@ define([
var parsed_resp = $.parseJSON(xhr.responseText);
err_msg = parsed_resp.error||parsed_resp.error_msg;
} else {
err_msg = gettext("Failed. Please check the network.")
err_msg = gettext("Failed. Please check the network.");
}
$error.html(err_msg).removeClass('hide');
},