Matheus Sampaio Queiroga
9d16350e2d
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
7 lines
231 B
TypeScript
7 lines
231 B
TypeScript
// https://github.com/bigskysoftware/idiomorph#htmx
|
|
import 'idiomorph/dist/idiomorph-ext.js';
|
|
|
|
// https://htmx.org/reference/#config
|
|
window.htmx.config.requestClass = 'is-loading';
|
|
window.htmx.config.scrollIntoViewOnBoost = false;
|