Skip to content

Commit

Permalink
commit FINAL (the last of the last promis juré réel version 2.0 elect…
Browse files Browse the repository at this point in the history
…ric boogaloo)
  • Loading branch information
Axxiar committed Apr 4, 2022
1 parent a18427f commit 45e00e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ window.onload = () => {
brython();

//préparer la suppression clic droit
//à ce propos: le fait de supprimer une case avec clic droit ne fonctionne que sur Windows...
//J'ai essayé de le fix, mais Linux n'aime pas quand on annule l'événement oncontextmenu??
if (navigator.oscpu.contains("Linux")) {
document.getElementById("board").oncontextmenu = (event) => {
pullOut(event.target[0])
Expand Down Expand Up @@ -512,7 +514,7 @@ function updateLeaderboard() {
function giveUp() {
document.getElementById("giveup").blur()
if (won) return

//cette variable permet de ne pas avoir de problèmes avec la musique
wonByGiveup = true
document.querySelector("body").classList.add("uneditable")
Expand Down

0 comments on commit 45e00e5

Please sign in to comment.