diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-10 15:38:21 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-10 15:38:21 -0400 |
| commit | 1f760626b532af15f8d8fd03f16f7c55b0c9ff50 (patch) | |
| tree | ea00b2ab13d48e40a47ef937093a1cc34740d1d3 | |
| parent | 9e413fd5ad408a2ddee3be2be7e0283574f587ee (diff) | |
nits
Former-commit-id: fa2da35e305a6b048ea807b20c61645c6ab1240c
| -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 = ""; |
