mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
js: Convert static/js/ui_report.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
76bfa78beb
commit
26710a4370
@@ -25,7 +25,7 @@ set_global("recent_topics", {
|
||||
});
|
||||
// Still required for page_params.initial_pointer
|
||||
set_global("page_params", {});
|
||||
set_global("ui_report", {
|
||||
rewiremock("../../static/js/ui_report").with({
|
||||
hide_error: noop,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user