Merge pull request #224 from Fragger/more-portal-link-fixes
More updates to url links to be compatible with stock intel map
This commit is contained in:
@ -407,6 +407,11 @@ function boot() {
|
||||
window.setupBackButton();
|
||||
// read here ONCE, so the URL is only evaluated one time after the
|
||||
// necessary data has been loaded.
|
||||
urlPortalLL = getURLParam('pll');
|
||||
if(urlPortalLL) {
|
||||
urlPortalLL = urlPortalLL.split(",");
|
||||
urlPortalLL = [parseFloat(urlPortalLL[0]) || 0.0, parseFloat(urlPortalLL[1]) || 0.0];
|
||||
}
|
||||
urlPortal = getURLParam('pguid');
|
||||
|
||||
// load only once
|
||||
|
Reference in New Issue
Block a user