mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
switchPanelMode: strict-mode fix for article_id
This commit is contained in:
@@ -1017,7 +1017,7 @@ function handle_rpc_json(transport, scheduled_call) {
|
|||||||
function switchPanelMode(wide) {
|
function switchPanelMode(wide) {
|
||||||
if (isCdmMode()) return;
|
if (isCdmMode()) return;
|
||||||
|
|
||||||
article_id = getActiveArticleId();
|
var article_id = getActiveArticleId();
|
||||||
|
|
||||||
if (wide) {
|
if (wide) {
|
||||||
dijit.byId("headlines-wrap-inner").attr("design", 'sidebar');
|
dijit.byId("headlines-wrap-inner").attr("design", 'sidebar');
|
||||||
|
|||||||
Reference in New Issue
Block a user