Files
wikijs-fork/client/js/pages/view.js
2017-02-08 20:52:37 -05:00

8 lines
225 B
JavaScript

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