perf: modified pjax config
This commit is contained in:
parent
68cb992469
commit
3d1332f28d
|
@ -7,9 +7,13 @@
|
|||
'.page-container',
|
||||
'.pjax',
|
||||
],
|
||||
history: true,
|
||||
cacheBust: false,
|
||||
currentUrlFullReload: false,
|
||||
timeout: 0
|
||||
timeout: 0,
|
||||
scrollTo: false,
|
||||
scrollRestoration: false,
|
||||
debug: false,
|
||||
});
|
||||
|
||||
window.addEventListener('pjax:complete', () => {
|
||||
|
|
Loading…
Reference in New Issue