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