js: Convert static/js/feedback_widget.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-10 07:47:06 -08:00
committed by Tim Abbott
parent a175826a5a
commit a17ce6aeee
7 changed files with 13 additions and 14 deletions

View File

@@ -2,6 +2,8 @@
const emoji = require("../shared/js/emoji");
const feedback_widget = require("./feedback_widget");
function do_narrow_action(action) {
action(current_msg_list.selected_id(), {trigger: "hotkey"});
return true;