Merge labirint file versions.
This commit is contained in:
@@ -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);
|
||||
<? } ?>
|
||||
|
||||
Reference in New Issue
Block a user