partially revert previous because of navigation breakage in expanded mode, durrr

This commit is contained in:
Andrew Dolgov 2015-08-11 11:31:50 +03:00
parent b71add41d5
commit 95b493d68d
1 changed files with 0 additions and 2 deletions

View 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;