From 6eb800ad467ee896fb1198793806931cdb64c96d Mon Sep 17 00:00:00 2001 From: Matthew Hatcher <3768988+MatthewSH@users.noreply.github.com> Date: Fri, 26 Jul 2019 11:17:18 -0400 Subject: [PATCH] Reference parent section instead of directly adding scripts to fix issue #1591 (#1598) --- resources/themes/pterodactyl/admin/settings/mail.blade.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/themes/pterodactyl/admin/settings/mail.blade.php b/resources/themes/pterodactyl/admin/settings/mail.blade.php index 5532d89bd..ca46446f0 100644 --- a/resources/themes/pterodactyl/admin/settings/mail.blade.php +++ b/resources/themes/pterodactyl/admin/settings/mail.blade.php @@ -111,10 +111,8 @@ @endsection @section('footer-scripts') - {!! Theme::js('js/laroute.js?t={cache-version}') !!} - {!! Theme::js('vendor/jquery/jquery.min.js?t={cache-version}') !!} - {!! Theme::js('vendor/sweetalert/sweetalert.min.js?t={cache-version}') !!} - + @parent +