Template:Team:Bonn:Network
From 2013.igem.org
(Difference between revisions)
Line 80: | Line 80: | ||
divs.innerHTML = ''; | divs.innerHTML = ''; | ||
} | } | ||
+ | if(content.visited) { | ||
+ | for(a = 0;a < content.visited.length; a++) { | ||
+ | alert(content.visited[a]); | ||
+ | } | ||
+ | content.visited[a+1] = node; | ||
+ | } else { | ||
+ | content.visited = new Array; | ||
+ | content.visited[0]; | ||
+ | } | ||
+ | |||
contentTitle.innerHTML = "<h1>"+titleLong+"</h1>"; | contentTitle.innerHTML = "<h1>"+titleLong+"</h1>"; | ||
contentSummary.innerHTML = summary; | contentSummary.innerHTML = summary; |
Revision as of 21:43, 4 October 2013