This repository was archived by the owner on Oct 15, 2023. It is now read-only.
File tree 3 files changed +3
-0
lines changed
public/vendor/assets/scripts
resources/views/backend/admin/layouts/assets
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
$ ( function ( ) {
2
+ const ps = new PerfectScrollbar ( '.scrollbar-sidebar' ) ;
2
3
let path = window . location . href ;
3
4
$ ( 'a.sidebar-item' ) . removeClass ( 'mm-active' ) ;
4
5
$ ( "a.sidebar-item" ) . each ( function ( ) {
Original file line number Diff line number Diff line change 4
4
<link rel =" stylesheet" href =" https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css" >
5
5
<link href =" https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.10/css/select2.min.css" rel =" stylesheet" />
6
6
<link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/select2-bootstrap-theme/0.1.0-beta.10/select2-bootstrap.min.css" integrity =" sha256-nbyata2PJRjImhByQzik2ot6gSHSU4Cqdz5bNYL2zcU=" crossorigin =" anonymous" />
7
+ <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/1.4.0/css/perfect-scrollbar.min.css" integrity =" sha256-Eff0vTAskMNGMXDva8NMruf8ex6k9EuZ4QXf09lxwaQ=" crossorigin =" anonymous" />
7
8
@yield (' style' )
Original file line number Diff line number Diff line change 8
8
<script src =" {{ asset (' vendor/jsvalidation/js/jsvalidation.min.js' ) } }" ></script >
9
9
<script src =" https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js" ></script >
10
10
<script src =" https://cdn.datatables.net/1.10.19/js/dataTables.bootstrap4.min.js" ></script >
11
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/1.4.0/perfect-scrollbar.min.js" integrity =" sha256-pOydVY7re8c1n+fEgg3uoslR/di9NMsOFXJ0Esf2xjQ=" crossorigin =" anonymous" ></script >
11
12
@include (' layouts.assets.select2' )
12
13
@include (' layouts.assets.toast' )
13
14
@yield (' script' )
You can’t perform that action at this time.
0 commit comments