You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
script. |
|
window.paceOptions = { |
|
restartOnPushState: false |
|
} |
|
|
|
document.addEventListener('pjax:send', () => { |
|
Pace.restart() |
|
}) |
|
|
|
link(rel="stylesheet", href=url_for(theme.preloader.pace_css_url || theme.asset.pace_default_css)) |
|
script(src=url_for(theme.asset.pace_js)) |