mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
switchPanelMode: don't try to do anything in cdm (closes #609)
This commit is contained in:
@@ -942,6 +942,8 @@ function handle_rpc_json(transport, scheduled_call) {
|
||||
|
||||
function switchPanelMode(wide) {
|
||||
try {
|
||||
if (isCdmMode()) return;
|
||||
|
||||
article_id = getActiveArticleId();
|
||||
|
||||
if (wide) {
|
||||
|
||||
Reference in New Issue
Block a user