mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
Change "hashchange.exit_settings" to "hashchange.exit_modal".
Change the name of the hashignore and replace mechanism from exit_settings to exit_modals since it is now used for more than just the settings.
This commit is contained in:
committed by
Tim Abbott
parent
075b7cd630
commit
2e30cef8e9
@@ -210,7 +210,7 @@ exports.launch = function () {
|
||||
};
|
||||
|
||||
exports.close = function () {
|
||||
hashchange.exit_settings();
|
||||
hashchange.exit_modal();
|
||||
$("#draft_overlay").removeClass("show");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user