For #3998 - Added nonce to all.js

This commit is contained in:
snipe 2017-09-29 04:53:24 -07:00
parent efd71f8bfe
commit b8ed6a53b6

View file

@ -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