mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00

* installation will be now done with AJAX request (jQuery), that will instaltly notify about the status of the installation (no waiting without clue anymore) * install items & weapons on installation (before monsters)
11 lines
329 B
Twig
11 lines
329 B
Twig
<div id="success-1"></div>
|
|
<div id="spinner">
|
|
<img src="{{ constant('BASE_URL') }}images/loading_spinner.gif" height="32" width="32"/>
|
|
{{ message }}
|
|
</div>
|
|
<script type="text/javascript" src="tools/installer.js"></script>
|
|
<script type="text/javascript">
|
|
$(function() {
|
|
performInstall('{{ url }}');
|
|
});
|
|
</script> |