Bladeren bron

Correction du test pour MacOS

pull/1/head
tazzon 10 jaren geleden
bovenliggende
commit
d0af882088
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +2
    -2
      dactylotest/js/fonctions_texte_2.js

+ 2
- 2
dactylotest/js/fonctions_texte_2.js Bestand weergeven

@@ -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

Laden…
Annuleren
Opslaan