mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-21 11:40:38 +00: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 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue