This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
2015-12-06 06:47:58 +01:00

5 lines
160 B
JavaScript

$(document).ready(function() {
new SYSTEM('./api.php',1,'start');
$('#impressum').click(function(){
$('#modal_text').modal('show');});
});