mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-13 08:12:51 +02:00
refactor: re-order alpine plugin and start
This commit is contained in:
@@ -6,8 +6,8 @@ import mask from '@alpinejs/mask';
|
|||||||
window.htmx = htmx;
|
window.htmx = htmx;
|
||||||
window.Alpine = Alpine;
|
window.Alpine = Alpine;
|
||||||
|
|
||||||
Alpine.start();
|
|
||||||
Alpine.plugin(mask);
|
Alpine.plugin(mask);
|
||||||
|
Alpine.start();
|
||||||
_hyperscript.browserInit();
|
_hyperscript.browserInit();
|
||||||
|
|
||||||
const successAudio = new Audio("/static/sounds/success.mp3");
|
const successAudio = new Audio("/static/sounds/success.mp3");
|
||||||
|
|||||||
Reference in New Issue
Block a user