history.js 248 B

123456789
  1. 'use strict'
  2. import $ from 'jquery'
  3. module.exports = (alerts) => {
  4. if ($('#page-type-history').length) {
  5. // let currentBasePath = ($('#page-type-history').data('entrypath') !== 'home') ? $('#page-type-history').data('entrypath') : ''
  6. }
  7. }