summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/index.html3
-rwxr-xr-xwww/js/app.js4
2 files changed, 4 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html
index 89075b37..ac63a370 100644
--- a/www/index.html
+++ b/www/index.html
@@ -84,6 +84,7 @@
<script src="external/js/holder.min.js"></script>
<script src="external/js/angular-cookies.min.js"></script>
<script src="external/js/lz-string.min.js"></script>
+
<!-- app related JS -->
<script src="js/app.js"></script>
@@ -148,7 +149,7 @@
window.ionic.Platform.ready(function () {
- // console.log("******* PLATFORM READY ****");
+ //console.log("******* PLATFORM READY ****");
angular.bootstrap(document, ['zmApp']);
});
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) {