]> BookStack Code Mirror - bookstack/commit
Base layout: Changed main app script to be module loaded
authorDan Brown <redacted>
Tue, 1 Oct 2024 09:37:31 +0000 (10:37 +0100)
committerDan Brown <redacted>
Tue, 1 Oct 2024 09:37:31 +0000 (10:37 +0100)
commit34ade5018186b0acc01205dd1ed3c6b1043f835e
tree448c24b5bdcf067bf9bf7d2a2c9fea289cf7a5c2
parente65655594f8007d44515a23867e54eb8321a8ead
Base layout: Changed main app script to be module loaded

Prevents polluting global scope with variables since we're using the
module format bundler in esbuild.
Also cleaned up unused yields.
Fixed bad reference in our tinymce fixes.

For #5232
resources/js/wysiwyg-tinymce/fixes.js
resources/views/comments/comments.blade.php
resources/views/layouts/base.blade.php