diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-01-02 20:53:30 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-01-02 20:53:30 -0500 |
| commit | 7fd7757c4db84ec6cf8578ec1f9a778977710bcc (patch) | |
| tree | e924b98dc8852fb80d06195b47d4dca450a58319 /static/background.js | |
| parent | fe1b5678c330f0c3ec0e05a2295144338cadd5a6 (diff) | |
xmas work
Diffstat (limited to 'static/background.js')
| -rwxr-xr-x | static/background.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/static/background.js b/static/background.js index 364bdcb..edbe5b1 100755 --- a/static/background.js +++ b/static/background.js @@ -1,5 +1,3 @@ - - var bgImages = ['shaq.gif','background4.gif','background13.gif','wayne.gif','blink.gif','rhianamoney.gif','britglobe2.gif','gaga.gif']; var bgIndex = -1; @@ -29,5 +27,5 @@ window.onload = function() { document.body.appendChild(d); document.getElementById('animation-demo').style.display = 'block'; getBackground(); - window.onresize = handleResize; + // window.onresize = handleResize; }
\ No newline at end of file |
