mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
Add missing semicolons
(imported from commit f562f6e63368d5cb48ccba3b72981ff36a9cff30)
This commit is contained in:
parent
9b5e47cd45
commit
e86216dff0
@ -202,9 +202,9 @@ var current_view_predicate = home_view;
|
||||
|
||||
function current_view(element) {
|
||||
if (current_view_predicate(element)) {
|
||||
element.show()
|
||||
element.show();
|
||||
} else {
|
||||
element.hide()
|
||||
element.hide();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user