For #3998 - Added nonce to all.js
This commit is contained in:
parent
efd71f8bfe
commit
b8ed6a53b6
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@
|
|||
|
||||
|
||||
|
||||
<script src="{{ url(mix('js/dist/all.js')) }}"></script>
|
||||
<script src="{{ url(mix('js/dist/all.js')) }}" nonce="{{ csrf_token() }}"></script>
|
||||
<script nonce="{{ csrf_token() }}">
|
||||
$(function () {
|
||||
var datepicker = $.fn.datepicker.noConflict(); // return $.fn.datepicker to previously assigned value
|
||||
|
|
Loading…
Add table
Reference in a new issue