Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 100:
// Standardise symbol for yards
txt.value = txt.value.replace(/(\d)\s?yds(\W)/gi, '$1 yd$2');
txt.value = txt.value.replace(/(\d) yds(\W)/gi, '$1 yd$2');
// Standardise symbol for newton metres
|