issue#29 add player name in chat box when click on it

This commit is contained in:
teo96
2013-03-22 15:18:25 +01:00
parent c643bf91d2
commit a32adf6e6c
2 changed files with 10 additions and 3 deletions

View File

@ -81,7 +81,7 @@ document.getElementsByTagName('body')[0].innerHTML = ''
+ '<form id="chatinput" style="display:none"><table><tr>'
+ ' <td><time></time></td>'
+ ' <td><mark>tell faction:</mark></td>'
+ ' <td><input type="text"/></td>'
+ ' <td><input id="chattext" type="text"/></td>'
+ '</tr></table></form>'
+ '<a id="sidebartoggle"><span class="toggle close"></span></a>'
+ '<div id="scrollwrapper">' // enable scrolling for small screens