fix xd_check
This commit is contained in:
parent
d58e155d3b
commit
70a6708366
|
@ -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>
|
Loading…
Reference in New Issue
Block a user