Merge labirint file versions.

This commit is contained in:
Igor Barkov [iwork]
2018-11-01 15:35:40 +02:00
parent 07ddaae250
commit c070de952b
3 changed files with 18 additions and 1828 deletions
+18
View File
@@ -660,6 +660,24 @@ function setHPlocal() {
tkHP += maxHP/53/20*(speed/100);
TimerOn = tkHP < maxHP?setTimeout("setHPlocal()", delay*100):-1
}
function GoAJAX(goLink){
//
$.ajax({
url: goLink + '&ajax=true',
cache: false,
type: "GET",
dataType: "html",
success: function(html){
$('#ViewLab').html(html);
}
});
// }
}
function confirmSubmit(mes){
var agree = confirm(mes);
return agree ? true : false ;
}
<? if($user['battle'] == 0) { ?>
setHP(<?=$user['hp'];?>, <?=$user['maxhp'];?>, 100);
<? } ?>