0
0
Fork 0
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 
This commit is contained in:
Dan Brown 2022-08-02 11:17:02 +01:00
parent a21d09fed7
commit 8d6071cb84
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9

View file

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