view.js 353 Bytes
Newer Older
1
/* global $ */
2

3
if ($('#page-type-view').length) {
4
  let currentBasePath = ($('#page-type-view').data('entrypath') !== 'home') ? $('#page-type-view').data('entrypath') : '' // eslint-disable-line no-unused-vars
5

6 7 8 9
  /* eslint-disable spaced-comment */
  //=include ../modals/create.js
  //=include ../modals/move.js
  /* eslint-enable spaced-comment */
10
}