diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-16 10:36:14 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-16 10:36:14 -0500 |
| commit | 311b2a1395dfa83a70b92be30e660de18ce1822c (patch) | |
| tree | f7819fbcadb61c0d24ede3dfa96d294460d56bb5 /www/js/EventCtrl.js | |
| parent | eb7ae17dc34a12446d8484a2029fe865fc641902 (diff) | |
#85 - timeline event gapless playback. In Timeline mode, it always sticks to the same monitor
Former-commit-id: 3becbaaf3725f5f9e2b453cdb0b58b1908071e2f
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index a2b79638..20c4f627 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -1237,13 +1237,14 @@ angular.module('zmApp.controllers') } - $scope.toggleGapless = function() + $scope.toggleGapless = function() { - + console.log ("GAPLESS TOGGLE"); $scope.loginData.gapless = !$scope.loginData.gapless; ZMDataModel.setLogin($scope.loginData); }; + //-------------------------------------------------------- //Navigate to next/prev event in full screen mode |
