loading templates faster
This commit is contained in:
parent
fb6fab4226
commit
4b17c88300
11 changed files with 198 additions and 44 deletions
4
www/extras/textFix.js
Normal file
4
www/extras/textFix.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
function fixChars(element) {
|
||||
element.value = element.value.replace(/-/mg,"-");
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue