mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
js: Convert static/js/portico/email_log.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
da277afa3b
commit
309f6e59a1
@@ -1,5 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
$(() => {
|
||||
// This code will be executed when the user visits /emails in
|
||||
// development mode and email_log.html is rendered.
|
||||
@@ -45,3 +43,4 @@ $(() => {
|
||||
});
|
||||
});
|
||||
});
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user