-
🍪 Allow Cookies for third parties?
+
Allow Cookie for third parties?
This is necessary to improve the site.
(for relevant Ads, Statistics)
@@ -798,7 +802,7 @@ function cookiePopup(option){
localStorage.setItem('confDataCollection', option);
if(document.getElementById("cookiePopup") != null){
document.getElementById("cookiePopup").style.display = "none";
-mainPrintMsg('fPrivacy', `cookies: ${option}`);
+mainPrintMsg('fPrivacy', `cookie: ${option}`);
}
}
// end
diff --git a/projects/17-insert-icon/script.js b/projects/17-insert-icon/script.js
index 22011c4b..b8450eee 100644
--- a/projects/17-insert-icon/script.js
+++ b/projects/17-insert-icon/script.js
@@ -286,7 +286,7 @@ margin: 0;
.material-icons { display: none; }
-`);
+`,'+');
//https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSet/check
@@ -308,7 +308,7 @@ mainPrintMsg('footer', `
-`);
+`,'+');
}
// "loaded"
}