JO
2025-08-18 5ce84afaa0ad297b94996fc8d81bb31fe75e672c
1
2
3
4
5
6
7
/* global Pace */
 
Pace.options.restartOnPushState = false;
 
document.addEventListener('pjax:send', () => {
  Pace.restart();
});