diff options
| author | root <root@lalalizard.com> | 2012-12-22 13:59:21 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-22 13:59:21 -0500 |
| commit | 30720d91ee4c82985703ad9041c4666fdb8c6046 (patch) | |
| tree | b03bccbbb73feac6ed2b958e631f7743111f6887 /www/static/js/chat.js | |
| parent | 7d424a0c438a6a1e12c6d2913d8f22fa7efc7df6 (diff) | |
.fm to .com migration
Diffstat (limited to 'www/static/js/chat.js')
| -rwxr-xr-x | www/static/js/chat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/static/js/chat.js b/www/static/js/chat.js index 099f6da..822e1ee 100755 --- a/www/static/js/chat.js +++ b/www/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.fm/profile") !== -1) + else if (word.indexOf("scannerjammer.com/profile") !== -1) { var username = word.substr( word.indexOf("profile")+8 ).replace("/","") s += '<a href="'+word+'">@'+username+'</a>' |
