From ab816e9e098f89052d7b96814a74c0ceb55a505d Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Sun, 2 Oct 2022 00:15:49 +0200 Subject: [PATCH] Resolve #538 --- dev/boot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/boot.js b/dev/boot.js index 395cf5263..1f051dc84 100644 --- a/dev/boot.js +++ b/dev/boot.js @@ -18,7 +18,6 @@ const script.onload = () => resolve(); script.onerror = () => reject(new Error('Failed loading ' + src)); script.src = src; -// script.async = true; doc.head.append(script); }); };