Minor changes to support better dynamic JS loading
This commit is contained in:
parent
332da79b89
commit
71245cb531
3 changed files with 4 additions and 4 deletions
|
@ -154,7 +154,7 @@
|
|||
</div>
|
||||
</div>
|
||||
@if($server->a_serviceFile === 'minecraft')
|
||||
<script src="{{ route('server.js', [$server->uuidShort, 'minecraft/eula.js']) }}"></script>
|
||||
<script src="{{ route('server.js', [$server->uuidShort, 'minecraft', 'eula.js']) }}"></script>
|
||||
@endif
|
||||
<script>
|
||||
$(window).load(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue