Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
dactylotest
réplica de
https://github.com/tazzon/dactylotest.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
ajout support cédille morte dactylotest et bépodactyl
master
Alexis
hace 3 años
padre
9824bf2127
commit
f62cc620bc
Se han
modificado 2 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
bepodactyl/js/functions_page.js
+3
-0
dactylotest/js/fonctions_page_2.js
+ 3
- 0
bepodactyl/js/functions_page.js
Ver fichero
@@ -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
Ver fichero
@@ -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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar