From 423418e488d788d5f80aeed8bdd50c3e2a0a7220 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 21 Nov 2022 17:32:32 +0200 Subject: [PATCH] remove stray console.log --- files/templates/util/html_head.html | 1 - 1 file changed, 1 deletion(-) diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index ffb19a049..d74d835cd 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -20,7 +20,6 @@ for (const link of links) { // loop on them if (!(link.href.startsWith('/') || link.href.startsWith('{{SITE_FULL}}'))) // if not site url { - console.log('hello') link.target = "_blank" // open in new tab } }