Skip to content

Commit

Permalink
fix some scripting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Phippen <samphippen@googlemail.com>
  • Loading branch information
Sam Phippen committed Sep 16, 2011
1 parent f8f798a commit dc3b3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -11,7 +11,7 @@

for (var i = 0; i < 100; i++) {
x = Math.random() * 100
document.write("<img src=\"http://www.amazing-animations.com/animations/birthday3.gif\" style="position:absolute;left=" + x + "px" + ";top=" + y + "px;">
document.write("<img src=\"http://www.amazing-animations.com/animations/birthday3.gif\" style=\"position:absolute;left=" + x + "px" + ";top=" + y + "px;\">");
}

</script>
Expand Down

0 comments on commit dc3b3ec

Please sign in to comment.