mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
Rename our custom JS events to use Zulip, not Zephyr.
(imported from commit 61ac456d394a6dbc14f3e9183a53313990db5059)
This commit is contained in:
@@ -104,7 +104,7 @@ exports.maybe_show_edit = function (row, id) {
|
||||
}
|
||||
};
|
||||
|
||||
$(document).on('narrow_deactivated.zephyr', function (event) {
|
||||
$(document).on('narrow_deactivated.zulip', function (event) {
|
||||
$.each(currently_editing_messages, function (idx, elem) {
|
||||
if (current_msg_list.get(idx) !== undefined) {
|
||||
var row = rows.get(idx, current_msg_list.table_name);
|
||||
|
||||
Reference in New Issue
Block a user