2015-04-01 23:47:34 +02:00

4 lines
95 B
JavaScript

$(document).ready(function() {
new SYSTEM('./api.php',1,'start');
init_start();
});