critical bugfix

- don't assume jquery is available when initially processing JS - setupIdle function added
- don't detect portals from a 'turret' entry - use 'portalV2' as the stock site does
- don't try to display the field MU counts when not in the data
This commit is contained in:
Jon Atkins
2013-08-27 21:29:54 +01:00
parent 92aab3f328
commit 39faef2c4c
3 changed files with 9 additions and 5 deletions

View File

@ -456,6 +456,7 @@ function boot() {
shadowSize: new L.Point(41, 41)
}});
window.setupIdle();
window.setupTaphold();
window.setupStyles();
window.setupDialogs();