mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
13 lines
268 B
JavaScript
13 lines
268 B
JavaScript
|
|
if ($('#page-type-create').length) {
|
|
let pageEntryPath = $('#page-type-create').data('entrypath')
|
|
|
|
// -> Discard
|
|
|
|
$('.btn-create-discard').on('click', (ev) => {
|
|
$('#modal-create-discard').toggleClass('is-active')
|
|
})
|
|
|
|
// =include ../components/editor.js
|
|
}
|