diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-30 19:43:10 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-30 19:43:10 -0400 |
| commit | ec224285320d38b3007fb469c10fffbca1294c10 (patch) | |
| tree | 8915a65f13913d1bc1d5b67d081330684d69c3fd /www/js/LoginCtrl.js | |
| parent | 89cd2015ebfcb08803c2ff6e2f9384a86f4f1ecd (diff) | |
set 50K limit for logs, separated my modifications for angular-circular-navigations
Diffstat (limited to 'www/js/LoginCtrl.js')
| -rw-r--r-- | www/js/LoginCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index 4bf04285..7541000e 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -113,6 +113,7 @@ function addhttp(url) { console.log("Checking API: " + apiurl + " PORTAL: " + portalurl + " CGI-BIN: " + streamingurl); + ZMDataModel.zmLog ("Checking API: " + apiurl + " PORTAL: " + portalurl + " CGI-BIN: " + streamingurl); // Let's do a sanity check to see if the URLs are ok |
