From 7dba3201563aa410b10f55d88629cccca3ef8a66 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 5 Nov 2024 13:17:29 +0100 Subject: [PATCH] removing unecessary lineskips --- resources/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/js/app.js b/resources/js/app.js index abee3e6..0fd6648 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -1,5 +1,4 @@ import dynamicSearchInit from './dynamicSearch'; - window.addEventListener('DOMContentLoaded', (event) => { dynamicSearchInit(); });