add some initialisation for deciding if to use detected tile params or those embedded in the code

console warnings when it fails to detect values from stock, or the internal defaults don't match
disable show-more-portals plugin if it would result in more requests - damn niantic!
This commit is contained in:
Jon Atkins
2015-04-03 21:20:36 +01:00
parent e2cd19a9c3
commit b4f9c3e2fe
2 changed files with 61 additions and 13 deletions

View File

@ -591,6 +591,7 @@ function boot() {
window.setupTaphold();
window.setupStyles();
window.setupDialogs();
window.setupDataTileParams();
window.setupMap();
window.setupOMS();
window.search.setup();