mirror of https://github.com/zulip/zulip.git
js: Convert static/js/portico/integrations_dev_panel.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
309f6e59a1
commit
89cd97ac05
|
@ -1,5 +1,3 @@
|
|||
"use strict";
|
||||
|
||||
// Main JavaScript file for the integrations development panel at
|
||||
// /devtools/integrations.
|
||||
|
||||
|
@ -375,3 +373,4 @@ $(() => {
|
|||
|
||||
$("#topic_name").on("change", update_url);
|
||||
});
|
||||
export {};
|
||||
|
|
Loading…
Reference in New Issue