diff --git a/about.html b/about.html
index 8383e3e..8c5cef9 100644
--- a/about.html
+++ b/about.html
@@ -130,6 +130,7 @@
document.getElementById("a-new").href = "https://lb123658.github.io/goat/app?l=es";
document.getElementById("new").title = "Jugar la versÃon nueva";
document.getElementById("t").innerHTML = "Simulador de Cabro";
+window.location.search = "?l=es";
}
function pl() {
document.getElementById("title").innerHTML = "Gra kozy";
@@ -139,6 +140,7 @@
document.getElementById("new").innerHTML = "Nowa wersja";
document.getElementById("a-new").href = "https://lb123658.github.io/goat/app?l=pl";
document.getElementById("t").innerHTML = "Gra kozy";
+window.location.search = "?l=pl";
}