mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-03 12:37:39 +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') }}">
|
<link rel="icon" type="image/svg+xml" href="{{ asset('littlelink/images/logo.svg') }}">
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@stack('stylesheets')
|
@stack('sidebar-stylesheets')
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -317,6 +317,6 @@ if(localStorage.getItem("firstTime")==null){
|
|||||||
<script src="{{ asset('/studio/js/bootstrap.min.js') }}"></script>
|
<script src="{{ asset('/studio/js/bootstrap.min.js') }}"></script>
|
||||||
<script src="{{ asset('/studio/js/main-dashboard.js') }}"></script>
|
<script src="{{ asset('/studio/js/main-dashboard.js') }}"></script>
|
||||||
|
|
||||||
@stack('scripts')
|
@stack('sidebar-scripts')
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
@extends('layouts.sidebar')
|
@extends('layouts.sidebar')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
@push('scripts')
|
@push('sidebar-scripts')
|
||||||
<!-- start button editor -->
|
<!-- start button editor -->
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user