Browse Source

ajout support cédille morte dactylotest et bépodactyl

master
Alexis 3 years ago
parent
commit
f62cc620bc
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      bepodactyl/js/functions_page.js
  2. +3
    -0
      dactylotest/js/fonctions_page_2.js

+ 3
- 0
bepodactyl/js/functions_page.js View File

@@ -100,6 +100,9 @@ function MacOsMod(t)
var reg=new RegExp("[éÉ]", "g");
t = t.replace(reg,"´");
var reg=new RegExp("[çÇ]", "g");
t = t.replace(reg,"¸");
return t;
}


+ 3
- 0
dactylotest/js/fonctions_page_2.js View File

@@ -90,6 +90,9 @@ function MacOsMod(t)
var reg=new RegExp("[éÉ]", "g");
t = t.replace(reg,"´");
var reg=new RegExp("[çÇ]", "g");
t = t.replace(reg,"¸");
return t;
}


Loading…
Cancel
Save