Files
hugo-theme-next/static/js/third-party/pace.js
2022-07-13 21:25:15 +08:00

8 lines
130 B
JavaScript

/* global Pace */
Pace.options.restartOnPushState = false;
document.addEventListener('pjax:send', () => {
Pace.restart();
});