finish changes for #179. Fixes #179, fixes #49.

Please look for regressions.
This commit is contained in:
Stefan Breunig
2013-02-16 10:46:02 +01:00
parent 2023e33567
commit 6d41221131
4 changed files with 19 additions and 14 deletions

View File

@ -12,7 +12,7 @@ window.renderPortalDetails = function(guid) {
var d = window.portals[guid].options.details;
var update = selectPortal(guid);
selectPortal(guid);
// collect some random data thats not worth to put in an own method
var links = {incoming: 0, outgoing: 0};