diff options
Diffstat (limited to 'www/js/HelpCtrl.js')
| -rw-r--r-- | www/js/HelpCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/HelpCtrl.js b/www/js/HelpCtrl.js index bc9c3f0b..2e40914e 100644 --- a/www/js/HelpCtrl.js +++ b/www/js/HelpCtrl.js @@ -65,7 +65,7 @@ angular.module('zmApp.controllers').controller('zmApp.HelpCtrl', ['$scope', '$ro options = { }; - console.log ('got '+url); + //console.log ('got '+url); if ($rootScope.platformOS == 'desktop' ) { window.open(url, '_blank', options); } else { |
