fix xd_check

This commit is contained in:
Gnieark 2015-11-28 15:12:44 +01:00
parent d58e155d3b
commit 70a6708366

View File

@ -40,6 +40,6 @@ if(!$postParams){
?>
</select>
</p>
<p><input type="button" value="Fight!" onclick="tictactoe(document.getElementById('bot1').value,document.getElementById('bot2').value);"></p>
<p><input type="button" value="Fight!" onclick="tictactoe(document.getElementById('bot1').value,document.getElementById('bot2').value,<?php echo xd_check_input(2); ?>);"></p>
</article>
<article id="fightResult"></article>