heuteumeuleu

This commit is contained in:
Gnieark 2015-12-11 09:47:12 +01:00
parent 45e4fa411e
commit f613b05812
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@ if(!$postParams){
?>
</select></em>
</p>
<p><label>!</label><input type="button" value="<?php echo $lang['FIGHT']; ?>" onclick="battleship(document.getElementById('bot1').value,document.getElementById('bot2').value,'<?php echo xd_check_input(2); ?>');"></p>
<p><label></label><input type="button" value="<?php echo $lang['FIGHT']; ?>" onclick="battleship(document.getElementById('bot1').value,document.getElementById('bot2').value,'<?php echo xd_check_input(2); ?>');"></p>
<div id="fightResult"></div>
</article>