Proyecto

General

Perfil

« Anterior | Siguiente » 

Revisión 97

Añadiendo logging

Ver diferencias:

index.html
$('#selectable #selectable-'+computer[1]+' #userName').html(computer[0]);
$('#selectable #selectable-'+computer[1]+' .thumb-image').attr('src','img/nobody.png');
});
//getLTSPClients();
setTimeout("getLTSPStatus()",10000);
});
}
function getLTSPClients(){
$.post('hosts','action=getLTSPClients', function(data) {
var result = $.parseJSON(data);
setTimeout("getLTSPClients()",25000);
});
}
</script>

Exportar a: Unified diff