summaryrefslogtreecommitdiff
path: root/frontend/static/js/chat.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static/js/chat.js')
-rw-r--r--frontend/static/js/chat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/js/chat.js b/frontend/static/js/chat.js
index 822e1ee..099f6da 100644
--- a/frontend/static/js/chat.js
+++ b/frontend/static/js/chat.js
@@ -99,7 +99,7 @@ var Chat =
{
s += '<a href="'+word+'" target="_blank" class="pic"><img src="'+word+'" /></a>'
}
- else if (word.indexOf("scannerjammer.com/profile") !== -1)
+ else if (word.indexOf("scannerjammer.fm/profile") !== -1)
{
var username = word.substr( word.indexOf("profile")+8 ).replace("/","")
s += '<a href="'+word+'">@'+username+'</a>'