Skip to content

Commit cdfa580

Browse files
committed
Fixed Config Editor not working
Fixed Config Editor not working see #51
1 parent 1dc2f1d commit cdfa580

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/layouts/sidebar.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function has_sslsb( $domain ) {
8686
<link rel="icon" type="image/svg+xml" href="{{ asset('littlelink/images/logo.svg') }}">
8787
@endif
8888

89-
@stack('stylesheets')
89+
@stack('sidebar-stylesheets')
9090
</head>
9191
<body>
9292

@@ -317,6 +317,6 @@ function URL_event_exists(string $url): bool
317317
<script src="{{ asset('/studio/js/bootstrap.min.js') }}"></script>
318318
<script src="{{ asset('/studio/js/main-dashboard.js') }}"></script>
319319
320-
@stack('scripts')
320+
@stack('sidebar-scripts')
321321
</body>
322322
</html>

resources/views/studio/button-editor.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@extends('layouts.sidebar')
33

44
@section('content')
5-
@push('scripts')
5+
@push('sidebar-scripts')
66
<!-- start button editor -->
77
<script>
88
$(document).ready(function() {

0 commit comments

Comments
 (0)