Rename our custom JS events to use Zulip, not Zephyr.

(imported from commit 61ac456d394a6dbc14f3e9183a53313990db5059)
This commit is contained in:
Tim Abbott
2013-07-25 16:48:55 -04:00
parent 3bba0cc927
commit bc4d7c687d
13 changed files with 37 additions and 37 deletions

View File

@@ -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);