Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 68:
txt.value = txt.value.replace(/(\d)\s?(\[\[lbs\]\])/gi, '$1 \[\[Pound (mass)|lb\]\]');
// Standardise symbol for
txt.value = txt.value.replace(/(N[•]m)/gi, 'N·m');
// Standardise symbol for kilowatts
txt.value = txt.value.replace(/(\d)\s?kW/gi, '$1 kW');
// Standardise symbol for foot pounds
|