Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 91:
//txt.value = txt.value.replace(/(eight[:= ]{1,2})\s?(\d)-(\d{1,2})([\s,.\/\)])/gi, '$1 $2 ft $3 in');
// Space before other units
txt.value = txt.value.replace(/(\d)\s?ft/gi, '$1 ft');
// Give digital value a percent symbol '%' instead of word
|