summaryrefslogtreecommitdiff
path: root/frontend/static/js/roomlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static/js/roomlist.js')
-rw-r--r--frontend/static/js/roomlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/js/roomlist.js b/frontend/static/js/roomlist.js
index 1b6c6d8..a1d737c 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.fm/img/sjd.jpg"])
for (var i = 0; i < ROOM_LIST.length; i++)
{
var row = ROOM_LIST[i]