Skip to content

Commit

Permalink
changed wording in demo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pci committed Mar 23, 2012
1 parent d6f8e39 commit 803af46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test2.html
Expand Up @@ -71,13 +71,13 @@ <h2 id="header">Second Test</h2>

i2a.onload=function(){
timer = new Date().getTime();
document.getElementById("output1").innerHTML += "<br>Medium res image loaded and computed (total: "+(timer-start)/1000+" secs / 321Kb)";
document.getElementById("output1").innerHTML += "<br>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 += "<br>Final delta image loaded and computed(total: "+(timer-start)/1000+" secs / 1.3Mb)";
document.getElementById("output1").innerHTML += "<br>Final delta image loaded (total: "+(timer-start)/1000+" secs / 1.3Mb)";
document.getElementById("output2").innerHTML = "Running";
start = new Date().getTime();

Expand Down

0 comments on commit 803af46

Please sign in to comment.