summaryrefslogtreecommitdiff
path: root/static/background.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/background.js')
-rwxr-xr-xstatic/background.js4
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