diff options
Diffstat (limited to 'www/js')
| -rwxr-xr-x | www/js/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |
