You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
256 B

  1. if($('#page-type-edit').length) {
  2. let pageEntryPath = $('#page-type-edit').data('entrypath');
  3. //-> Discard
  4. $('.btn-edit-discard').on('click', (ev) => {
  5. $('#modal-edit-discard').toggleClass('is-active');
  6. });
  7. //=include ../components/editor.js
  8. }