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/roomlist.js | |
| parent | 5d074ed971fa886427eef2c76e9938122ed2e1e8 (diff) | |
fix static/ prefix in js and templates
Diffstat (limited to 'frontend/static/js/roomlist.js')
| -rw-r--r-- | frontend/static/js/roomlist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/js/roomlist.js b/frontend/static/js/roomlist.js index 1b6c6d8..856b391 100644 --- a/frontend/static/js/roomlist.js +++ b/frontend/static/js/roomlist.js @@ -88,7 +88,7 @@ var Roomlist = var presortMap = {} for (var i = 0; i < presortOrder.length; i++) presortMap[presortOrder[i]] = true - //roomz['sjd'] = Roomlist.newRecord([0,"sjd",0,0,"http://scannerjammer.com/img/sjd.jpg"]) + //roomz['sjd'] = Roomlist.newRecord([0,"sjd",0,0,"http://scannerjammer.com/static/img/sjd.jpg"]) for (var i = 0; i < ROOM_LIST.length; i++) { var row = ROOM_LIST[i] |
