瀏覽代碼

Correction du test pour MacOS

pull/1/head
tazzon 10 年之前
父節點
當前提交
d0af882088
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      dactylotest/js/fonctions_texte_2.js

+ 2
- 2
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

Loading…
取消
儲存