remove array with portal details references that might have been leaking. Instead, store the details with the rendered portals so removal is handled automatically
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
// methods that highlight the portal in the map view.
|
||||
|
||||
window.renderPortalDetails = function(guid) {
|
||||
var d = portalsDetail[guid];
|
||||
var d = window.portals[guid].options.details;
|
||||
if(!d) {
|
||||
unselectOldPortal();
|
||||
urlPortal = guid;
|
||||
|
Reference in New Issue
Block a user