2016-08-30 02:19:47 +00:00
|
|
|
|
|
|
|
if($('#page-type-create').length) {
|
|
|
|
|
2016-09-11 02:53:21 +00:00
|
|
|
let pageEntryPath = $('#page-type-create').data('entrypath');
|
|
|
|
|
2016-08-30 02:19:47 +00:00
|
|
|
//-> 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
|
2016-08-30 02:19:47 +00:00
|
|
|
|
|
|
|
}
|