2016-08-29 22:19:47 -04:00
|
|
|
|
|
|
|
if($('#page-type-view').length) {
|
|
|
|
|
2016-09-09 19:22:18 -04:00
|
|
|
let currentBasePath = ($('#page-type-view').data('entrypath') !== 'home') ? $('#page-type-view').data('entrypath') : '';
|
2016-08-29 22:19:47 -04:00
|
|
|
|
2016-09-09 19:22:18 -04:00
|
|
|
//=include ../modals/create.js
|
|
|
|
//=include ../modals/move.js
|
2016-08-29 22:19:47 -04:00
|
|
|
|
|
|
|
}
|