mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
feat: self-host timymce - add license
This commit is contained in:
parent
64cc282046
commit
d0454a56fe
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ function editNotes(id, name) {
|
||||||
if (window.tinymce) {
|
if (window.tinymce) {
|
||||||
window.tinymce._setBaseUrl("https://azgaar.github.io/Fantasy-Map-Generator/libs/tinymce");
|
window.tinymce._setBaseUrl("https://azgaar.github.io/Fantasy-Map-Generator/libs/tinymce");
|
||||||
tinymce.init({
|
tinymce.init({
|
||||||
|
license_key: "gpl",
|
||||||
selector: "#notesLegend",
|
selector: "#notesLegend",
|
||||||
height: "90%",
|
height: "90%",
|
||||||
menubar: false,
|
menubar: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue