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