mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
editor form
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
import WikiEditor from "../../components/editorjs/WikiEditor.js"
|
||||
import Ajax from "../../components/ajax.js"
|
||||
|
||||
|
||||
|
||||
$(async() => {
|
||||
|
||||
$(async () => {
|
||||
try {
|
||||
const editor = new WikiEditor()
|
||||
await editor.init()
|
||||
} catch (error) {
|
||||
|
||||
|
||||
}
|
||||
})
|
||||
13
httpdocs/assets/js/safekat/pages/wiki/viewOnly.js
Normal file
13
httpdocs/assets/js/safekat/pages/wiki/viewOnly.js
Normal file
@ -0,0 +1,13 @@
|
||||
import WikiEditor from "../../components/editorjs/WikiEditor.js"
|
||||
|
||||
|
||||
|
||||
$(async() => {
|
||||
|
||||
try {
|
||||
const editor = new WikiEditor()
|
||||
await editor.init()
|
||||
} catch (error) {
|
||||
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user