mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
eslint: Add and enable space-unary-ops rule.
Info about rule at https://eslint.org/docs/rules/space-unary-ops.
This commit is contained in:
@@ -6,7 +6,7 @@ var actively_scrolling = false;
|
||||
|
||||
var loading_more_messages_indicator_showing = false;
|
||||
exports.show_loading_older = function () {
|
||||
if (! loading_more_messages_indicator_showing) {
|
||||
if (!loading_more_messages_indicator_showing) {
|
||||
loading.make_indicator($('#loading_more_messages_indicator'),
|
||||
{abs_positioned: true});
|
||||
loading_more_messages_indicator_showing = true;
|
||||
|
||||
Reference in New Issue
Block a user