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

[misc] fixup

This commit is contained in:
llj
2018-08-18 11:05:08 +08:00
parent 0105e8e8ef
commit 5b8dc61e6f
7 changed files with 19 additions and 15 deletions

View File

@@ -93,8 +93,8 @@ define([
Common.closeModal();
},
error: function(collection, response, options) {
var err_msg = Common.prepareCollectionFetchErrorMsg(collection, response, opts);
$error.html(err_msg).show();
var error_msg = Common.prepareAjaxErrorMsg(response);
$error.html(error_msg).show();
Common.enableButton($submitBtn);
}
});