diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 | ||||
| -rwxr-xr-x | www/js/app.js | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 32cba8f0..c025cd3d 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -22,7 +22,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro var event; var gEvent; var handle; - var playerPromise = undefined; + //var playerPromise = undefined; var showLive = true; //var isGlobalFid = false; // true if its set to MaxScoreFrameId in events var eventId = 0; diff --git a/www/js/app.js b/www/js/app.js index 33b93564..af63f450 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -27,7 +27,6 @@ angular.module('zmApp', [ 'pascalprecht.translate', 'uk.ac.soton.ecs.videogular.plugins.cuepoints', 'dcbImgFallback', - 'ngImageAppear', 'angular-websocket', 'ngCookies' |
