diff options
| author | root <root@lalalizard.com> | 2012-12-18 09:12:09 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-18 09:12:09 -0500 |
| commit | 51d26c982e3afed79c5c8b068d3314eee10243bd (patch) | |
| tree | 99ac26588ba24da451c1d32fcf4fb9d242ae58de /frontend/static/js/main.js | |
| parent | 5d074ed971fa886427eef2c76e9938122ed2e1e8 (diff) | |
fix static/ prefix in js and templates
Diffstat (limited to 'frontend/static/js/main.js')
| -rw-r--r-- | frontend/static/js/main.js | 10 |
1 files changed, 5 insertions, 5 deletions
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("<h2 class='radio'><a href='/glasspopcorn/radio/'>OPEN RADIO</a></h2>") - $("body").append("<div id='glasspopcornlogo'><img src='http://lalalizard.com/img/glasspopcornheader.png' width='400'/></div>") + $("body").append("<div id='glasspopcornlogo'><img src='http://scannerjammer.com/static/img/glasspopcornheader.png' width='400'/></div>") $("#preamblewords").html("Post GIFs and Soundclouds into the chat!<br/>Use arrow keys to switch videos<br/>Hit L key to LIKE<br/>Hit ESC to change modes") Player.unregister("youtube") Player.unregister("vimeo") |
