mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
feat: self-host timymce
This commit is contained in:
parent
bbbf6835c7
commit
64cc282046
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ function editNotes(id, name) {
|
||||||
|
|
||||||
async function initEditor() {
|
async function initEditor() {
|
||||||
if (!window.tinymce) {
|
if (!window.tinymce) {
|
||||||
const url = "/libs/tinymce/tinymce.min.js";
|
const url = "https://azgaar.github.io/Fantasy-Map-Generator/libs/tinymce/tinymce.min.js";
|
||||||
try {
|
try {
|
||||||
await import(url);
|
await import(url);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue