switchPanelMode: don't try to do anything in cdm (closes #609)
This commit is contained in:
parent
b6604c9613
commit
c186beae48
|
@ -942,6 +942,8 @@ function handle_rpc_json(transport, scheduled_call) {
|
||||||
|
|
||||||
function switchPanelMode(wide) {
|
function switchPanelMode(wide) {
|
||||||
try {
|
try {
|
||||||
|
if (isCdmMode()) return;
|
||||||
|
|
||||||
article_id = getActiveArticleId();
|
article_id = getActiveArticleId();
|
||||||
|
|
||||||
if (wide) {
|
if (wide) {
|
||||||
|
|
Loading…
Reference in New Issue