mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Move installer.js to main tools
This commit is contained in:
parent
b5736ad559
commit
6c9e6af154
@ -3,7 +3,7 @@
|
|||||||
<img src="{{ constant('BASE_URL') }}images/loading_spinner.gif" height="32" width="32"/>
|
<img src="{{ constant('BASE_URL') }}images/loading_spinner.gif" height="32" width="32"/>
|
||||||
{{ message }}
|
{{ message }}
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="tools/installer.js"></script>
|
<script type="text/javascript" src="{{ constant('BASE_URL') }}tools/installer.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function() {
|
$(function() {
|
||||||
performInstall('{{ url }}');
|
performInstall('{{ url }}');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user