mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-19 08:42:48 +08:00
Updated cache busting for tinymce library import
Changes from a manual cache buster string to a app-version-based cache buster, as per our other scripts and styles. To address #3611
This commit is contained in:
parent
a21d09fed7
commit
8d6071cb84
|
@ -1,5 +1,5 @@
|
|||
@push('head')
|
||||
<script src="{{ url('/libs/tinymce/tinymce.min.js?ver=5.10.2') }}" nonce="{{ $cspNonce }}"></script>
|
||||
<script src="{{ versioned_asset('libs/tinymce/tinymce.min.js') }}" nonce="{{ $cspNonce }}"></script>
|
||||
@endpush
|
||||
|
||||
<div component="wysiwyg-editor"
|
||||
|
|
Loading…
Reference in New Issue
Block a user