This commit is contained in:
the-djmaze 2022-10-02 00:15:49 +02:00
parent 8ca651b2fa
commit ab816e9e09

View file

@ -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);
});
};