mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
partially revert previous because of navigation breakage in expanded mode, durrr
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user