From 9fa886ea2ecdbace2dd7a78ca829456ec0c3ffe3 Mon Sep 17 00:00:00 2001 From: LB123658 <79328251+LB123658@users.noreply.github.com> Date: Wed, 28 Apr 2021 08:35:29 -0500 Subject: [PATCH] Update about.html --- about.html | 2 ++ 1 file changed, 2 insertions(+) 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"; }