Browse Source

fix: another fix for #13764 , #13793

Torkel Ödegaard 7 years ago
parent
commit
53d9619cb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/routes/GrafanaCtrl.ts

+ 1 - 1
public/app/routes/GrafanaCtrl.ts

@@ -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) {