Clear popovers on stream narrows fix (Issue #2281)

This commit is contained in:
KingxBanana 2016-12-19 23:38:19 +01:00 committed by showell
parent 7317dd1825
commit 23f3271551
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ $(function () {
ui.change_tab_to('#home');
}
var stream = $(e.target).parents('li').attr('data-name');
popovers.hide_all();
narrow.by('stream', stream, {select_first_unread: true, trigger: 'sidebar'});
e.preventDefault();