decentral1se
4 years ago
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with
0 additions and
1 deletions
-
index.html
|
@ -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() |
|
|