From c919ac25e12a95218e0f63f142482be54583b820 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 30 Mar 2020 08:41:40 -0400 Subject: #914 first phase of changes --- www/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 57f32aa2..225251e5 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -21,7 +21,7 @@ angular.module('zmApp', [ 'uk.ac.soton.ecs.videogular.plugins.cuepoints', 'dcbImgFallback', 'angular-websocket', - 'ngCookies' + 'ngCookies', ]) @@ -1832,7 +1832,7 @@ angular.module('zmApp', [ } function continueRestOfInit() { - + // use desktop state for mobile too as // mobile now quits if ($rootScope.platformOS == 'desktop' || 1) { -- cgit v1.2.3