partially revert previous because of navigation breakage in expanded mode, durrr
This commit is contained in:
parent
b71add41d5
commit
95b493d68d
|
@ -1512,8 +1512,6 @@ function cdmCollapseArticle(event, id, unmark) {
|
||||||
|
|
||||||
function cdmExpandArticle(id, noexpand) {
|
function cdmExpandArticle(id, noexpand) {
|
||||||
try {
|
try {
|
||||||
if (getInitParam("cdm_expanded")) return;
|
|
||||||
|
|
||||||
console.log("cdmExpandArticle " + id);
|
console.log("cdmExpandArticle " + id);
|
||||||
|
|
||||||
if (!$("RROW-" + id)) return false;
|
if (!$("RROW-" + id)) return false;
|
||||||
|
|
Loading…
Reference in New Issue