]> git.wh0rd.org - tt-rss.git/commitdiff
partially revert previous because of navigation breakage in expanded mode, durrr
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Tue, 11 Aug 2015 08:31:50 +0000 (11:31 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Tue, 11 Aug 2015 08:31:50 +0000 (11:31 +0300)
js/viewfeed.js

index e50e3dab8be1af4449fd1ddbd17614ca4454d091..af5adeb29028a74bb60181ba27a527886872d2dc 100644 (file)
@@ -1512,8 +1512,6 @@ function cdmCollapseArticle(event, id, unmark) {
 
 function cdmExpandArticle(id, noexpand) {
        try {
-               if (getInitParam("cdm_expanded")) return;
-
                console.log("cdmExpandArticle " + id);
 
                if (!$("RROW-" + id)) return false;