diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-12-02 14:33:55 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-12-02 14:33:55 -0500 |
| commit | fe4687baecf8963eb820bc65cad91bd35a153b9c (patch) | |
| tree | ba53facc060f92b2433034a75070eeb4ad49134f /www/js/HelpCtrl.js | |
| parent | 562f3ad3006f04f21a62b55a47e40a6cd04fd000 (diff) | |
#867 clean up global code
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 { |
