]> git.wh0rd.org Git - tt-rss.git/commitdiff
disable setActiveFeedId on view
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 29 Sep 2006 16:29:46 +0000 (17:29 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 29 Sep 2006 16:29:46 +0000 (17:29 +0100)
viewfeed.js

index 9197fcc2ec16e57603c28be739d75ac3e679a601..d1aa349a6925075870b8b281e44c7f2c7ad5f0a6 100644 (file)
@@ -60,7 +60,7 @@ function view(id, feed_id) {
                } 
        
                active_post_id = id; 
-               setActiveFeedId(feed_id);
+               //setActiveFeedId(feed_id);
        
                var content = document.getElementById("content-frame");