Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2019-04-17 00:01:07 +0300
committerHauke Stieler <mail@hauke-stieler.de>2019-04-17 00:01:07 +0300
commit411e6635bfab0a8bce630bde41ae419341d3dd0e (patch)
tree1d3e330eb133922867f539446de95a0109ec7ed7
parent28f49f43ba8bfaa15ba3793402987eaabb6e0e25 (diff)
Remove old console.log
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index a469c5a..a025bab 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -31,7 +31,7 @@
{{ i18n "gdprNotice" }}
</div>
<div>
- <a class="btn btn-default" onclick='document.cookie = "the-green-spot-gdpr-ok=true; path=/";document.getElementById("gdprInfo").style.display = "none";console.log("OK")'>
+ <a class="btn btn-default" onclick='document.cookie = "the-green-spot-gdpr-ok=true; path=/";document.getElementById("gdprInfo").style.display = "none";'>
OK
</a>
</div>