wikijs-fork/client/js/pages/create.js

13 lines
268 B
JavaScript
Raw Normal View History

2017-02-09 01:52:37 +00:00
if ($('#page-type-create').length) {
let pageEntryPath = $('#page-type-create').data('entrypath')
2017-02-09 01:52:37 +00:00
// -> Discard
2016-09-11 02:53:21 +00:00
2017-02-09 01:52:37 +00:00
$('.btn-create-discard').on('click', (ev) => {
$('#modal-create-discard').toggleClass('is-active')
})
2017-02-09 01:52:37 +00:00
// =include ../components/editor.js
}