summaryrefslogtreecommitdiff
path: root/www/js/HelpCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-12-01 17:30:07 -0500
committerPliable Pixels <pliablepixels@gmail.com>2019-12-01 17:30:07 -0500
commit47e16f54fed25a6c0ffd4d462687d4673f51eb47 (patch)
treee4c7da1a4df8b1b7f4ed736ebe6b1e5b029127a2 /www/js/HelpCtrl.js
parent198fb8d3a26ca08d12b81ef55b74e628e8cc63ca (diff)
#869 convert links to buttons
Diffstat (limited to 'www/js/HelpCtrl.js')
-rw-r--r--www/js/HelpCtrl.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/js/HelpCtrl.js b/www/js/HelpCtrl.js
index b022121d..6f4a7466 100644
--- a/www/js/HelpCtrl.js
+++ b/www/js/HelpCtrl.js
@@ -61,6 +61,15 @@ angular.module('zmApp.controllers').controller('zmApp.HelpCtrl', ['$scope', '$ro
}
+ $scope.launchUrl = function (url) {
+
+ options = {
+ };
+ console.log ('got '+url);
+ cordova.InAppBrowser.open(url, '_blank', options);
+
+ };
+
//-------------------------------------------------------------------------
// Lets make sure we set screen dim properly as we enter
// The problem is we enter other states before we leave previous states