summaryrefslogtreecommitdiff
path: root/frontend/static/js/room.js
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-19 03:38:54 -0500
committerroot <root@lalalizard.com>2012-12-19 03:38:54 -0500
commita79d045cc366670d87a4782acc79ec2955c71dd1 (patch)
tree95c469c388a1f2b54cdcd4214d02eba1dbab6000 /frontend/static/js/room.js
parente6eef4f848d76a14fcd692de49d6e337acbf3384 (diff)
back to .fm
Diffstat (limited to 'frontend/static/js/room.js')
-rw-r--r--frontend/static/js/room.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/static/js/room.js b/frontend/static/js/room.js
index 2c7bbd8..ea74eb2 100644
--- a/frontend/static/js/room.js
+++ b/frontend/static/js/room.js
@@ -259,7 +259,7 @@ var Room =
// $("#chat").append(div)
setTimeout(Player.start, 2000)
Room.loaded = true
- document.cookie = "room="+Room.name+";path=/;domain=.scannerjammer.com;max-age=86400"
+ document.cookie = "room="+Room.name+";path=/;domain=.scannerjammer.fm;max-age=86400"
if (Room.loadCallback)
Room.loadCallback()
},
@@ -332,7 +332,7 @@ var About =
loaded: false,
init: function ()
{
- $("#your-profile").attr('href', 'http://scannerjammer.com/profile/'+Auth.username)
+ $("#your-profile").attr('href', 'http://scannerjammer.fm/profile/'+Auth.username)
About.loaded = true
}
}
@@ -412,7 +412,7 @@ var VideoChat =
},
open: function ()
{
- // $("#tokbox-embed").html('<iframe id="tokbox-embedded" src="http://scannerjammer.com/tokbox/" style="border:none"></iframe>')
+ // $("#tokbox-embed").html('<iframe id="tokbox-embedded" src="http://scannerjammer.fm/tokbox/" style="border:none"></iframe>')
// $("#tokbox-embed").show()
// $(window).trigger('resize')
VideoChat.isOpen = true