diff --git a/dactylotest/js/fonctions_texte_2.js b/dactylotest/js/fonctions_texte_2.js index eb5378f..4fa56be 100755 --- a/dactylotest/js/fonctions_texte_2.js +++ b/dactylotest/js/fonctions_texte_2.js @@ -48,7 +48,7 @@ function test(e) var TextErr = false; var CompText = (val != le_texte.substr(0,val.length)); - if (OSName == "MacOs") + if (OSName == "MacOS") { var MacOsTest = (val.substr(0,val.length).substr(-1,1) != le_texte_macosmod.substr(0,val.length).substr(-1,1)); var CompLettreText = (val.substr(0,val.length).substr(-1,1) == le_texte.substr(0,val.length).substr(-1,1)); @@ -191,4 +191,4 @@ function mix_colors(a,b) // trouvé ici : http://javascript.about.com/library/blh2d.htm function d2h(d) {return d.toString(16);} // pour convertir décimal —> hexa function h2d(h) {return parseInt(h,16);} // pour convertir hexa —> décimal - \ No newline at end of file +