mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
message_fetch: Fix a linter error introduced on rebase.
This commit is contained in:
@@ -18,7 +18,7 @@ var consts = {
|
|||||||
function process_result(data, opts) {
|
function process_result(data, opts) {
|
||||||
var messages = data.messages;
|
var messages = data.messages;
|
||||||
|
|
||||||
if (!($('#connection-error').hasClass('get-events-error'))) {
|
if (!$('#connection-error').hasClass('get-events-error')) {
|
||||||
ui_report.hide_error($("#connection-error"));
|
ui_report.hide_error($("#connection-error"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user