mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 02:42:47 +00:00
[misc] fixup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user