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:
Brock Whittaker
2017-03-13 11:42:10 -07:00
committed by Tim Abbott
parent 075b7cd630
commit 2e30cef8e9
4 changed files with 5 additions and 5 deletions

View File

@@ -210,7 +210,7 @@ exports.launch = function () {
};
exports.close = function () {
hashchange.exit_settings();
hashchange.exit_modal();
$("#draft_overlay").removeClass("show");
};