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:
Stefan Breunig
2013-02-04 16:15:25 +01:00
parent f268f0cffc
commit 71bfeff678
4 changed files with 22 additions and 13 deletions

View File

@ -40,7 +40,7 @@ window.renderUpdateStatus = function() {
if(mapRunsUserAction)
t += 'paused during interaction';
else if(isIdle())
t += 'Idle, not updating.';
t += '<span style="color:red">Idle, not updating.</span>';
else if(window.activeRequests.length > 0)
t += window.activeRequests.length + ' requests running.';
else