diff --git a/public/myopath.html b/public/myopath.html
index 912a729759b0762a154813079b54a6228bfd6a28..479c3e9541c68bdecdd31e10e0f2568e65755124 100644
--- a/public/myopath.html
+++ b/public/myopath.html
@@ -24,7 +24,7 @@
 	else {txt = txt + " 2a 2b";}
 	if (document.forms[0].AutGon.selectedIndex == 2) {score++;}
 	else {txt = txt + " 3";}
-	if ((document.forms[0].Genotype.value == "(Xm//Y)")||(document.forms[0].Genotype.value == "(Y//Xm)")) {score++;}
+	if ((document.forms[0].Genotype.value == "(Xm//Y)")) {score++;}
 	else {txt = txt + " 4";}
 	if (document.forms[0].ProbaG.value == "1/2") {score++;}
 	else {txt = txt + " 5a";}