From 7be0716752ff0f9be5587bb776f6f73d22922291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 23 Oct 2018 16:22:00 +0200 Subject: [PATCH] fix: another fix for #13764 , #13793 (cherry picked from commit 53d9619cb9951b564920d0c324208d185705a370) --- public/app/core/components/grafana_app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/components/grafana_app.ts b/public/app/core/components/grafana_app.ts index b301a89cd3a..f42ee5d9619 100644 --- a/public/app/core/components/grafana_app.ts +++ b/public/app/core/components/grafana_app.ts @@ -169,7 +169,7 @@ export function grafanaAppDirective(playlistSrv, contextSrv, $timeout, $rootScop const search = $location.search(); if (options && options.exit) { - search.kiosk = 1; + search.kiosk = '1'; } switch (search.kiosk) {