mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
/* global Pace */
|
|
|
|
Pace.options.restartOnPushState = false;
|
|
|
|
document.addEventListener('pjax:send', () => {
|
|
Pace.restart();
|
|
});
|