diff --git a/test2.html b/test2.html index 6eadf3b..eee8e51 100644 --- a/test2.html +++ b/test2.html @@ -71,13 +71,13 @@ i2a.onload=function(){ timer = new Date().getTime(); - document.getElementById("output1").innerHTML += "
Medium res image loaded and computed (total: "+(timer-start)/1000+" secs / 321Kb)"; + document.getElementById("output1").innerHTML += "
Medium res image loaded (total: "+(timer-start)/1000+" secs / 321Kb)"; upgrade(i1,i2a.src); i2b.onload=function(){ timer = new Date().getTime(); - document.getElementById("output1").innerHTML += "
Final delta image loaded and computed(total: "+(timer-start)/1000+" secs / 1.3Mb)"; + document.getElementById("output1").innerHTML += "
Final delta image loaded (total: "+(timer-start)/1000+" secs / 1.3Mb)"; document.getElementById("output2").innerHTML = "Running"; start = new Date().getTime();