]> git.wh0rd.org Git - tt-rss.git/commitdiff
view: hide auxDlg when clicking on an article
authorAndrew Dolgov <fox@bah.org.ru>
Tue, 27 Oct 2009 13:24:37 +0000 (16:24 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Tue, 27 Oct 2009 13:24:37 +0000 (16:24 +0300)
viewfeed.js

index 69aa21bf1dd71ccef2f2e37800e22984f4487b3f..9515cca6d30b4f0464f6be4d093c3e08579314b2 100644 (file)
@@ -469,7 +469,8 @@ function view(id, feed_id, skip_history) {
                debug("cache check result: " + (cached_article != false));
        
                enableHotkeys();
-       
+               hideAuxDlg();
+
                //setActiveFeedId(feed_id);
 
                var query = "backend.php?op=view&id=" + param_escape(id) +