summaryrefslogtreecommitdiff
path: root/frontend/static/js/glitter.js
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-18 09:12:09 -0500
committerroot <root@lalalizard.com>2012-12-18 09:12:09 -0500
commit51d26c982e3afed79c5c8b068d3314eee10243bd (patch)
tree99ac26588ba24da451c1d32fcf4fb9d242ae58de /frontend/static/js/glitter.js
parent5d074ed971fa886427eef2c76e9938122ed2e1e8 (diff)
fix static/ prefix in js and templates
Diffstat (limited to 'frontend/static/js/glitter.js')
-rw-r--r--frontend/static/js/glitter.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/static/js/glitter.js b/frontend/static/js/glitter.js
index 9aed159..2c3b07e 100644
--- a/frontend/static/js/glitter.js
+++ b/frontend/static/js/glitter.js
@@ -1,6 +1,6 @@
var Glitter =
{
- path: "/img/glitter/",
+ path: "/static/img/glitter/",
delay: 50,
count: 0,
radius: $(window).height() / 3,
@@ -86,10 +86,10 @@ var Glitter =
init: function ()
{
$("#glitter-go").bind("click", Glitter.go)
- $("#flower img").attr("src", "/img/glitter_flower.gif")
+ $("#flower img").attr("src", "/static/img/glitter_flower.gif")
Chat.callback = Glitter.generate
Like.likeVideoDelay = 10000
- var newtitle = "<img src='/img/glitter_scannerjammer.gif' />"
+ var newtitle = "<img src='/static/img/glitter_scannerjammer.gif' />"
setTimeout('$("#heading").html("'+newtitle+'")', 6000)
$("#topic").css({position:"fixed", top: 40, left: 750})
Room.loadCallback = function ()