From b0097eacbda99efa1c7a5a72b7f6de061ffb3c29 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 3 Aug 2018 16:30:34 +0800 Subject: [PATCH] Remove `pre-script` section --- resources/views/user/master.tpl | 2 -- resources/views/user/profile.tpl | 15 ++++++--------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/resources/views/user/master.tpl b/resources/views/user/master.tpl index e9fbc447..52c58d12 100644 --- a/resources/views/user/master.tpl +++ b/resources/views/user/master.tpl @@ -91,8 +91,6 @@ - @yield('pre-script') - @include('common.dependencies.script', ['module' => 'user']) diff --git a/resources/views/user/profile.tpl b/resources/views/user/profile.tpl index c9679070..c463f57f 100644 --- a/resources/views/user/profile.tpl +++ b/resources/views/user/profile.tpl @@ -17,15 +17,12 @@
-@endsection - -@section('pre-script') @endsection