summaryrefslogtreecommitdiff
path: root/www/js/EventModalCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-04-02 10:49:25 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-04-02 10:49:25 -0400
commit54a54a2907cbf8f07cab2c05dd478570c78cf3f1 (patch)
tree18dd08033f2d96ab48f7634480bf306a82f68203 /www/js/EventModalCtrl.js
parent29ac5329274d129b3c85eeda480048c6c7687cc5 (diff)
#801 final cleanups, some test aut stuff too
Diffstat (limited to 'www/js/EventModalCtrl.js')
-rw-r--r--www/js/EventModalCtrl.js23
1 files changed, 1 insertions, 22 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js
index c025cd3d..f22f6dc0 100644
--- a/www/js/EventModalCtrl.js
+++ b/www/js/EventModalCtrl.js
@@ -208,28 +208,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro
});
- $timeout(function () {
- // NVR.debug("Player is ready, invoking play");
- // handle.play()
-
- /*
- .then (function (succ) {
- NVR.debug ("Pause completed, doing a play");
- handle.play();
- })
- .catch (function (err) {
- NVR.log ('Error invoking promised pause ' + JSON.stringify(err), 'error');
- })*/
-
- /*playerPromise
- .then (function (succ) {NVR.debug ("video should be playing");})
- .catch ( function (err) {
- NVR.log ('Error trying to play: '+JSON.stringify(err), 'error');
- });*/
-
- }, 300);
-
- // window.stop();
+
};
$scope.onPlaybackUpdate = function (rate) {