diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-09 09:05:02 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-09 09:05:02 -0400 |
| commit | d63bb9b4c2354fd3436c94a9f7c72c35e742e6c0 (patch) | |
| tree | b2af8e47b5d07e24df7efa1e16b95d8ee030e23b /www | |
| parent | 0a7ed079d04560ce6c246e29d6eb7e5db1e5af5f (diff) | |
nits
Diffstat (limited to 'www')
| -rwxr-xr-x | www/js/DataModel.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 20731214..fbb9a8ba 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -1865,10 +1865,7 @@ angular.module('zmApp.controllers') var apiurl = loginData.apiurl; var myurl = apiurl + "/monitors"; myurl += "/index/Type !=:WebSite.json"; - https://arjunrc.ddns.net:8889/zm/api/monitors/index/Type !=:WebSite.json - - //console.log ("API:"+myurl); - // console.log ("gettign zms port"); + getZmsMultiPortSupport() .then(function (zmsPort) { |
