Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LB123658 authored Apr 28, 2021
1 parent 9fa886e commit cf12834
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<button id="language" onmouseover="show()" onmouseout="hide()"><span class="material-icons">translate</span></button>

<div id="settings" onmouseover="show()" onmouseout="hide()">
<button class="s" onclick="location.reload();">English</button>
<button class="s" onclick="en()">English</button>
<button class="s" onclick="es()">Español</button>
<button class="s" onclick="pl()">Polski</button>
</div>
Expand Down Expand Up @@ -142,6 +142,9 @@
document.getElementById("t").innerHTML = "Gra kozy";
window.location.search = "?l=pl";
}
function en() {
window.location.search = "?l=en";
}
</script>
<script src="color.js"></script>
<script>
Expand Down

0 comments on commit cf12834

Please sign in to comment.