loading templates faster

This commit is contained in:
JT Smith 2004-09-01 19:14:00 +00:00
parent fb6fab4226
commit 4b17c88300
11 changed files with 198 additions and 44 deletions

4
www/extras/textFix.js Normal file
View file

@ -0,0 +1,4 @@
function fixChars(element) {
element.value = element.value.replace(/-/mg,"-");
}