Unnamed
public text v1 · immutablefunction compute(){
$.post('http://barker-creations.net/geopoly/ajax/get/user/turns.php',
{user: form.user.value},
function(output){
$('#debug').html('Output : '+output);
});
}function compute(){
$.post('http://barker-creations.net/geopoly/ajax/get/user/turns.php',
{user: form.user.value},
function(output){
$('#debug').html('Output : '+output);
});
}