view: hide auxDlg when clicking on an article
This commit is contained in:
parent
9c88320833
commit
664306d30c
1 changed files with 2 additions and 1 deletions
|
@ -469,6 +469,7 @@ function view(id, feed_id, skip_history) {
|
||||||
debug("cache check result: " + (cached_article != false));
|
debug("cache check result: " + (cached_article != false));
|
||||||
|
|
||||||
enableHotkeys();
|
enableHotkeys();
|
||||||
|
hideAuxDlg();
|
||||||
|
|
||||||
//setActiveFeedId(feed_id);
|
//setActiveFeedId(feed_id);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue