This commit is contained in:
Gnieark 2015-11-28 15:23:49 +01:00
parent df59076b02
commit 89c11c8b07

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,<?php echo xd_check_input(2); ?>);"></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>