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

13 lines
260 B
JavaScript
Raw Normal View History

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