X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=public%2Fscripts%2Fchatclient.js;fp=public%2Fscripts%2Fchatclient.js;h=100456cc98d58c705aab4bd0cf7fbf7244e5f5aa;hb=07e5ca6a56c487693c992c32e70039541776b180;hp=fc9e22727110862aeed049054147a60058e4df99;hpb=0fc67a37aab5f1bcb1d7ffd324f044d9ae1e12d7;p=webchat%2FWebChat.git diff --git a/public/scripts/chatclient.js b/public/scripts/chatclient.js index fc9e227..100456c 100644 --- a/public/scripts/chatclient.js +++ b/public/scripts/chatclient.js @@ -237,6 +237,7 @@ function createNameList() { var atag = $("") .attr("href",GetNameLink(name)) + .attr("target","_blank") .css("color",$names[name].color) .text(name); var spantag = $("")