diff options
Diffstat (limited to 'src/htmx.js')
-rw-r--r-- | src/htmx.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/htmx.js b/src/htmx.js index 1f0709d7..94a052e1 100644 --- a/src/htmx.js +++ b/src/htmx.js @@ -69,12 +69,12 @@ return (function () { wsBinaryType: 'blob', disableSelector: "[hx-disable], [data-hx-disable]", useTemplateFragments: false, - scrollBehavior: 'smooth', + scrollBehavior: 'instant', defaultFocusScroll: false, getCacheBusterParam: false, globalViewTransitions: false, - methodsThatUseUrlParams: ["get"], - selfRequestsOnly: false, + methodsThatUseUrlParams: ["get", "delete"], + selfRequestsOnly: true, ignoreTitle: false, scrollIntoViewOnBoost: true }, |