mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Move xhr_error_message() into channel.js
(imported from commit c68c2d475b5673a3dd5f68c75624dfcfe56728ca)
This commit is contained in:
committed by
Leo Franchi
parent
0e129614cf
commit
3889edd824
@@ -373,7 +373,7 @@ function send_message_ajax(request, success, error) {
|
||||
return;
|
||||
}
|
||||
|
||||
var response = util.xhr_error_message("Error sending message", xhr);
|
||||
var response = channel.xhr_error_message("Error sending message", xhr);
|
||||
error(response);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user