mirror of
https://github.com/wahyd4/wahyd4.github.com.git
synced 2026-08-13 15:26:24 +10:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
/* global Pace */
|
|
|
|
Pace.options.restartOnPushState = false;
|
|
|
|
document.addEventListener('pjax:send', () => {
|
|
Pace.restart();
|
|
});
|