File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ function has_sslsb( $domain ) {
86
86
<link rel =" icon" type =" image/svg+xml" href =" {{ asset (' littlelink/images/logo.svg' ) } }" >
87
87
@endif
88
88
89
- @stack (' stylesheets' )
89
+ @stack (' sidebar- stylesheets' )
90
90
</head >
91
91
<body >
92
92
@@ -317,6 +317,6 @@ function URL_event_exists(string $url): bool
317
317
<script src=" {{ asset (' /studio/js/bootstrap.min.js' ) } }" ></script>
318
318
<script src=" {{ asset (' /studio/js/main-dashboard.js' ) } }" ></script>
319
319
320
- @stack (' scripts' )
320
+ @stack (' sidebar- scripts' )
321
321
</body>
322
322
</html>
Original file line number Diff line number Diff line change 2
2
@extends (' layouts.sidebar' )
3
3
4
4
@section (' content' )
5
- @push (' scripts' )
5
+ @push (' sidebar- scripts' )
6
6
<!-- start button editor -->
7
7
<script >
8
8
$ (document ).ready (function () {
You can’t perform that action at this time.
0 commit comments