history.js 247 B

1234567891011
  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. }