summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-11 11:31:50 +0300
committerAndrew Dolgov <[email protected]>2015-08-11 11:31:50 +0300
commit95b493d68d7cb189b51b0bee4c69c7338be36283 (patch)
treef8eb03322e13deb98bcd3f332cfe309d01b5c7ab /js
parentb71add41d5d11df5b7dbef7d1069280d404f65f2 (diff)
partially revert previous because of navigation breakage in expanded mode, durrr
Diffstat (limited to 'js')
-rw-r--r--js/viewfeed.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index e50e3dab8..af5adeb29 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -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;