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