diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-08 08:06:11 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-08 08:06:11 -0400 |
| commit | fc96f6904c6581ffb21e47bce9120c3a83ac37e8 (patch) | |
| tree | 25dda5eaa2414a39b46c12f11cb3e1116835292e | |
| parent | 37a7d1592639723d78842b9723bd689b6462bc17 (diff) | |
#606 typo
| -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() { |
