mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +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) {
|
||||
var messages = data.messages;
|
||||
|
||||
if (!($('#connection-error').hasClass('get-events-error'))) {
|
||||
if (!$('#connection-error').hasClass('get-events-error')) {
|
||||
ui_report.hide_error($("#connection-error"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user