Remove that

This commit is contained in:
decentral1se 2021-06-08 18:05:11 +02:00
parent 58e7ff9912
commit 9ab952b6c8
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -555,7 +555,6 @@
}); });
function switchLang() { function switchLang() {
var lang = $("#selector2 option:selected").text(); var lang = $("#selector2 option:selected").text();
console.log(lang)
if (lang === "EN") { if (lang === "EN") {
$(".en").show() $(".en").show()
$(".nl").hide() $(".nl").hide()