mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 05:51:39 +00:00
move property inside config object
This commit is contained in:
parent
d4a92b1a61
commit
c7bde5ad25
@ -35,7 +35,6 @@ return (function () {
|
||||
removeExtension : removeExtension,
|
||||
logAll : logAll,
|
||||
logger : null,
|
||||
useTemplateFragments: false,
|
||||
config : {
|
||||
historyEnabled:true,
|
||||
historyCacheSize:10,
|
||||
@ -53,6 +52,7 @@ return (function () {
|
||||
withCredentials:false,
|
||||
wsReconnectDelay: 'full-jitter',
|
||||
disableSelector: "[hx-disable], [data-hx-disable]",
|
||||
useTemplateFragments: false,
|
||||
},
|
||||
parseInterval:parseInterval,
|
||||
_:internalEval,
|
||||
|
Loading…
x
Reference in New Issue
Block a user