diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-30 09:16:48 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-30 09:16:48 -0400 |
| commit | d1a6e0075a9d4130ca8a07206cb73835ff1f1306 (patch) | |
| tree | 721ed83830c583a7d6f7280b9911ec81eafbd276 /www/js | |
| parent | ff21d067c49ca7044c9cc33624c84e45fcfa3923 (diff) | |
removal of unecessary files
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' |
