diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MontageCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 4a825d2c..4bee1453 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -1677,7 +1677,7 @@ angular.module('zmApp.controllers') return "&connkey="+ck; else return ""; - } + }; $scope.toggleSubMenuFunction = function() { |
