Commit 7560e54e authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

switchPanelMode: strict-mode fix for article_id

parent 0a8cdd4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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');