mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35: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) {
|
||||
if (isCdmMode()) return;
|
||||
|
||||
article_id = getActiveArticleId();
|
||||
var article_id = getActiveArticleId();
|
||||
|
||||
if (wide) {
|
||||
dijit.byId("headlines-wrap-inner").attr("design", 'sidebar');
|
||||
|
||||
Reference in New Issue
Block a user