First cut refactor into expert and kiosk

This commit is contained in:
Barry Silverman
2010-10-07 12:21:06 -04:00
parent dc0fb1ef06
commit cede111a0f
10 changed files with 840 additions and 395 deletions

View File

@@ -403,6 +403,8 @@ function estimatedHz(){
function initLogbox(names){
var logbox=document.getElementById('logstream');
if(logbox==null)return;
logStream = [];
logStream.push("<td>" + names.join("</td><td>") + "</td>");
logbox.innerHTML = "<tr>"+logStream.join("</tr><tr>")+"</tr>";