Please look for regressions.
This commit is contained in:
6
main.js
6
main.js
@ -79,7 +79,11 @@ document.getElementsByTagName('body')[0].innerHTML = ''
|
||||
+ ' <div id="chatcompact"></div>'
|
||||
+ ' <div id="chatfull"></div>'
|
||||
+ '</div>'
|
||||
+ '<form id="chatinput" style="display:none"><time></time><span>tell faction:</span><input type="text"/></form>'
|
||||
+ '<form id="chatinput" style="display:none"><table><tr>'
|
||||
+ ' <td><time></time></td>'
|
||||
+ ' <td><mark>tell faction:</mark></td>'
|
||||
+ ' <td><input type="text"/></td>'
|
||||
+ '</tr></table></form>'
|
||||
+ '<a id="sidebartoggle"><span class="toggle close"></span></a>'
|
||||
+ '<div id="scrollwrapper">' // enable scrolling for small screens
|
||||
+ ' <div id="sidebar" style="display: none">'
|
||||
|
Reference in New Issue
Block a user