Browse Source

Remove that

master
decentral1se 3 years ago
parent
commit
9ab952b6c8
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 1
      index.html

1
index.html

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

Loading…
Cancel
Save