view.js 353 B

12345678910
  1. /* global $ */
  2. if ($('#page-type-view').length) {
  3. let currentBasePath = ($('#page-type-view').data('entrypath') !== 'home') ? $('#page-type-view').data('entrypath') : '' // eslint-disable-line no-unused-vars
  4. /* eslint-disable spaced-comment */
  5. //=include ../modals/create.js
  6. //=include ../modals/move.js
  7. /* eslint-enable spaced-comment */
  8. }