Support informational overlays in hashchange system.

This helps the !modal_link links in our tutorial messages.

Fixes #5206.
This commit is contained in:
Tim Abbott
2017-06-03 18:39:47 -07:00
parent 7527ac9a8c
commit cbce98edd6
2 changed files with 12 additions and 1 deletions

View File

@@ -145,7 +145,9 @@ exports.show_info_overlay = function (target) {
overlays.open_overlay({
name: 'informationalOverlays',
overlay: overlay,
on_close: function () {},
on_close: function () {
hashchange.changehash("");
},
});
}