From 51d26c982e3afed79c5c8b068d3314eee10243bd Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Dec 2012 09:12:09 -0500 Subject: fix static/ prefix in js and templates --- frontend/static/js/main.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'frontend/static/js/main.js') diff --git a/frontend/static/js/main.js b/frontend/static/js/main.js index aa86d8e..2f7439b 100644 --- a/frontend/static/js/main.js +++ b/frontend/static/js/main.js @@ -453,8 +453,8 @@ var Viewport = } var Background = { - src: "http://lalalizard.com/bgz/jupiteraurora.jpg", - srcReset: "http://lalalizard.com/bgz/1302474305250-dumpfm-GucciSoFlosy-pattern4.gif", + src: "http://scannerjammer.com/static/bgz/jupiteraurora.jpg", + srcReset: "http://scannerjammer.com/static/bgz/1302474305250-dumpfm-GucciSoFlosy-pattern4.gif", load: function () { $("#bg").show() @@ -594,11 +594,11 @@ var Include = { Room.ops = d.buildLookup(["glasspopcorn"]) setTimeout(VideoChat.toggle, 2000) - $("#plant img").attr("src", "/img/1309267681552dumpfmfrakbuddyglasscross_1310066105.gif") - $("#flower img").attr("src", "/img/1278131405573-dumpfm-glasspopcorn-sitmanpiano.gif") + $("#plant img").attr("src", "/static/img/1309267681552dumpfmfrakbuddyglasscross_1310066105.gif") + $("#flower img").attr("src", "/static/img/1278131405573-dumpfm-glasspopcorn-sitmanpiano.gif") $("#heading").remove() $("#logo").append("

OPEN RADIO

") - $("body").append("") + $("body").append("") $("#preamblewords").html("Post GIFs and Soundclouds into the chat!
Use arrow keys to switch videos
Hit L key to LIKE
Hit ESC to change modes") Player.unregister("youtube") Player.unregister("vimeo") -- cgit v1.2.3-70-g09d2