We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bf07d commit 84a1fb9Copy full SHA for 84a1fb9
src/main.js
@@ -48,8 +48,6 @@ const head = document.querySelector('head');
48
let globalCSS = '';
49
let accent;
50
51
-let debugMode = false;
52
-
53
window.onload = () => {
54
if (!document.querySelector('meta[name=viewport]')) {
55
let metaViewport = document.createElement('meta');
0 commit comments