diff options
| -rw-r--r-- | www/index.html | 7 | ||||
| -rw-r--r-- | www/js/DataModel.js | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html index 2ed9c3ca..a23fdcba 100644 --- a/www/index.html +++ b/www/index.html @@ -30,12 +30,7 @@ <link rel="stylesheet" href="lib/ion-datetime-picker/release/ion-datetime-picker.min.css"> <link rel="stylesheet" href="lib/angular-wizard/dist/angular-wizard.min.css"> - - - - - - <!-- compiled css output --> + <link href="css/ionic.app.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 253c6926..88cd9663 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -1037,7 +1037,7 @@ angular.module('zmApp.controllers') if (serverFound) { - zmDebug ("Monitor " +monitors[i].Monitor.Id + " has a server hostname of " + multiservers[j].Server.Hostname); + zmDebug ("Monitor " +monitors[i].Monitor.Id + " has a recording server hostname of " + multiservers[j].Server.Hostname); // Now here is the logic, I need to retrieve serverhostname, // and slap on the host protocol and path. Meh. @@ -1045,7 +1045,7 @@ angular.module('zmApp.controllers') var p= URI.parse (loginData.streamingurl); var s = URI.parse (multiservers[j].Server.Hostname); - zmDebug ("server parsed is " + JSON.stringify(s)); + zmDebug ("recording server parsed is " + JSON.stringify(s)); zmDebug ("portal parsed is " + JSON.stringify(p)); var st = ""; |
