2017-04-30 20:37:10 +00:00
|
|
|
'use strict'
|
|
|
|
|
|
|
|
import $ from 'jquery'
|
|
|
|
|
|
|
|
module.exports = (alerts) => {
|
|
|
|
if ($('#page-type-history').length) {
|
2017-04-30 23:41:20 +00:00
|
|
|
// let currentBasePath = ($('#page-type-history').data('entrypath') !== 'home') ? $('#page-type-history').data('entrypath') : ''
|
2017-04-30 20:37:10 +00:00
|
|
|
}
|
|
|
|
}
|