mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
js: Normalize strings to double quotes.
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
06691e1e45
commit
f3726db89a
@@ -22,7 +22,7 @@ exports.animate_mention_changes = function (li, new_mention_count) {
|
||||
|
||||
exports.set_count_toggle_button = function (elem, count) {
|
||||
if (count === 0) {
|
||||
if (elem.is(':animated')) {
|
||||
if (elem.is(":animated")) {
|
||||
return elem.stop(true, true).hide();
|
||||
}
|
||||
return elem.hide(500);
|
||||
|
||||
Reference in New Issue
Block a user