2017-02-10 01:24:28 +00:00
|
|
|
/* global $ */
|
2016-08-30 02:19:47 +00:00
|
|
|
|
2017-02-09 01:52:37 +00:00
|
|
|
if ($('#page-type-view').length) {
|
2017-02-10 01:24:28 +00:00
|
|
|
let currentBasePath = ($('#page-type-view').data('entrypath') !== 'home') ? $('#page-type-view').data('entrypath') : '' // eslint-disable-line no-unused-vars
|
2016-08-30 02:19:47 +00:00
|
|
|
|
2017-02-10 01:24:28 +00:00
|
|
|
/* eslint-disable spaced-comment */
|
|
|
|
//=include ../modals/create.js
|
|
|
|
//=include ../modals/move.js
|
|
|
|
/* eslint-enable spaced-comment */
|
2017-02-09 01:52:37 +00:00
|
|
|
}
|