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;