view.js 223 B

123456789
  1. if($('#page-type-view').length) {
  2. let currentBasePath = ($('#page-type-view').data('entrypath') !== 'home') ? $('#page-type-view').data('entrypath') : '';
  3. //=include ../modals/create.js
  4. //=include ../modals/move.js
  5. }