Add ui_state.home_tab_obscured() shim.

This commit is contained in:
Steve Howell
2017-03-18 13:11:12 -07:00
committed by Tim Abbott
parent ab34b5ee9f
commit 5b2407bb22
11 changed files with 15 additions and 11 deletions

View File

@@ -504,7 +504,7 @@ function welcome() {
}
exports.start = function () {
if (ui.home_tab_obscured()) {
if (ui_state.home_tab_obscured()) {
ui.change_tab_to('#home');
}
narrow.deactivate();