diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-12 17:40:17 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-12 17:40:17 -0500 |
| commit | e9f68df6381dcac38dc9e143cf4bf2aebc0cac13 (patch) | |
| tree | 960bef4ebe31c5f3a3ca2ebe414373dc42f13497 /www/js/DataModel.js | |
| parent | 4fa20df3862a38103bc5d12fde77822d85ad220d (diff) | |
#716 fix reachability
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 5e1c6539..ba9417f5 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -805,7 +805,7 @@ angular.module('zmApp.controllers') var keepBuilding = true; while (keepBuilding == true && tLd) { - if (arrayObjectIndexOf(chainURLs, tLd.url + "/index.php", "url") == -1 && tLd.url !== undefined && tLd.url != '') // no loop + if (arrayObjectIndexOf(chainURLs, tLd.url + "/index.php?view=console", "url") == -1 && tLd.url !== undefined && tLd.url != '') // no loop { log("Adding to chain stack: " + tLd.serverName + ">" + tLd.url); chainURLs.push({ |
