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/profile.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontend/static/js/profile.js') diff --git a/frontend/static/js/profile.js b/frontend/static/js/profile.js index 4a57d6b..a528597 100644 --- a/frontend/static/js/profile.js +++ b/frontend/static/js/profile.js @@ -163,8 +163,8 @@ var Settings = eventSet: false, defaults: { - avatar: "http://scannerjammer.com/img/runner.gif", - bg: "http://scannerjammer.com/bgz/scannerjammer_cyberspace.jpg", + avatar: "http://scannerjammer.com/static/img/runner.gif", + bg: "http://scannerjammer.com/static/bgz/scannerjammer_cyberspace.jpg", }, open: function () { @@ -223,7 +223,7 @@ var Settings = var bio = '' if (! Settings.bio.length) { - bio = "" + bio = "" } var lines = d.trim( Settings.bio ).split("\n") for (i in lines) @@ -332,7 +332,7 @@ var Profile = } d.scrollToTop(window) $("#queueMore").unbind("click") - $("#queue").html("
  • LOADING
  • ") + $("#queue").html("
  • LOADING
  • ") $.post(api, data).success(Profile.loadMoreCallback) }, loadMoreCallback: function (raw) -- cgit v1.2.3-70-g09d2