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

14 lines
264 B
JavaScript
Raw Normal View History

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