history: cleanup
This commit is contained in:
parent
c8497c248a
commit
c27653a0e2
|
@ -154,7 +154,6 @@ function handle_data(config, map) {
|
||||||
|
|
||||||
|
|
||||||
var markers = mkmap(map, newnodes, lostnodes, onlinenodes, graph)
|
var markers = mkmap(map, newnodes, lostnodes, onlinenodes, graph)
|
||||||
console.log(markers)
|
|
||||||
|
|
||||||
addToList(document.getElementById("newnodes"), config.showContact, "firstseen", markers, newnodes)
|
addToList(document.getElementById("newnodes"), config.showContact, "firstseen", markers, newnodes)
|
||||||
addToList(document.getElementById("lostnodes"), config.showContact, "lastseen", markers, lostnodes)
|
addToList(document.getElementById("lostnodes"), config.showContact, "lastseen", markers, lostnodes)
|
||||||
|
|
Loading…
Reference in a new issue