fix: another fix for #13764 , #13793

(cherry picked from commit 53d9619cb9)
This commit is contained in:
Torkel Ödegaard
2018-10-24 09:05:04 +02:00
committed by Marcus Efraimsson
parent cb1eedb5f7
commit 7be0716752
+1 -1
View File
@@ -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) {