Commit 69323069 by Torkel Ödegaard Committed by GitHub

Merge pull request #13795 from grafana/kiosk-mode-url-fix

Another fix for kiosk mode handling
parents 6579070f 53d9619c
......@@ -176,7 +176,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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment