This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
dactylotest
mirror of
https://github.com/tazzon/dactylotest.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
ajout support cédille morte dactylotest et bépodactyl
master
Alexis
3 years ago
parent
9824bf2127
commit
f62cc620bc
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
bepodactyl/js/functions_page.js
+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;
}
Write
Preview
Loading…
Cancel
Save