diff options
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 |
