mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-24 08:24:46 +01:00
Fixed Config Editor not working
Fixed Config Editor not working see https://github.com/JulianPrieber/littlelink-custom/issues/51
This commit is contained in:
parent
1dc2f1d307
commit
cdfa580d36
@ -86,7 +86,7 @@ if ($url1sb->successful() or $url2sb->successful()) {
|
||||
<link rel="icon" type="image/svg+xml" href="{{ asset('littlelink/images/logo.svg') }}">
|
||||
@endif
|
||||
|
||||
@stack('stylesheets')
|
||||
@stack('sidebar-stylesheets')
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -317,6 +317,6 @@ if(localStorage.getItem("firstTime")==null){
|
||||
<script src="{{ asset('/studio/js/bootstrap.min.js') }}"></script>
|
||||
<script src="{{ asset('/studio/js/main-dashboard.js') }}"></script>
|
||||
|
||||
@stack('scripts')
|
||||
@stack('sidebar-scripts')
|
||||
</body>
|
||||
</html>
|
||||
|
@ -2,7 +2,7 @@
|
||||
@extends('layouts.sidebar')
|
||||
|
||||
@section('content')
|
||||
@push('scripts')
|
||||
@push('sidebar-scripts')
|
||||
<!-- start button editor -->
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user