Dependencies are now local
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
<script src="{{ ASSETS_ROOT }}/js/jquery-3.6.0.min.js"></script>
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="{{ ASSETS_ROOT }}/js/jquery.dataTables.min.js"></script>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.21/js/jquery.dataTables.min.js"
|
||||
integrity="sha512-BkpSL20WETFylMrcirBahHfSnY++H2O1W+UnEEO4yNIl+jI2+zowyoGJpbtk6bx97fBXf++WJHSSK2MV4ghPcg=="
|
||||
crossorigin="anonymous"referrerpolicy="no-referrer"></script>
|
||||
|
||||
<script src="{{ ASSETS_ROOT }}/js/index.js"></script>
|
||||
<script src="{{ ASSETS_ROOT }}/js/ckeditor.js"></script>
|
||||
|
||||
<script src="{{ ASSETS_ROOT }}/js/select2.min.js"></script>
|
||||
|
||||
<script src="{{ ASSETS_ROOT }}/js/index.js"></script>
|
||||
|
Reference in New Issue
Block a user