fulll logs

This commit is contained in:
gnieark 2016-06-16 13:43:26 +02:00
parent 3b1298ff45
commit e224300241

View File

@ -41,6 +41,6 @@ if(!$postParams){
</select>
</p>
<p><input type="checkbox" id="fullLogs"/><label for="fullLogs">view the full logs</label></p>
<p><input type="button" value="<?php echo $lang['FIGHT']; ?>" onclick="tictactoe(document.getElementById('bot1').value,document.getElementById('bot2').value,'<?php echo xd_check_input(2); ?>');"></p>
<p><input type="button" value="<?php echo $lang['FIGHT']; ?>" onclick="tictactoe(document.getElementById('bot1').value,document.getElementById('bot2').value,'<?php echo xd_check_input(2); ?>',document.getElementById("fullLogs").checked);"></p>
<div id="fightResult"></div>
</article>