Skip to content

Commit 6eb800a

Browse files
MatthewSHDaneEveritt
authored andcommitted
Reference parent section instead of directly adding scripts to fix issue pterodactyl#1591 (pterodactyl#1598)
1 parent c68ca0c commit 6eb800a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

resources/themes/pterodactyl/admin/settings/mail.blade.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,8 @@
111111
@endsection
112112

113113
@section('footer-scripts')
114-
{!! Theme::js('js/laroute.js?t={cache-version}') !!}
115-
{!! Theme::js('vendor/jquery/jquery.min.js?t={cache-version}') !!}
116-
{!! Theme::js('vendor/sweetalert/sweetalert.min.js?t={cache-version}') !!}
117-
114+
@parent
115+
118116
<script>
119117
function saveSettings() {
120118
return $.ajax({

0 commit comments

Comments
 (0)