Content deleted Content added
Thespaceface (talk | contribs) No edit summary |
Thespaceface (talk | contribs) No edit summary |
||
Line 17:
h = h.replace(/([0-9,.]+ ft) \(([0-9,.]+ m)\)/g,'$2 ($1)');
h = h.replace(/([0-9,.]+ ft) \(([0-9,.]+ m)\)/g,'$2 ($1)');
h = h.replace(/([0-9,.]+ ft) \(([0-9,.]+ m)\)/g,'$2 ($1)');
h = h.replace(/([0-9,.]+ ft) \(([0-9,.]+ m)\)/g,'$2 ($1)');
h = h.replace(/([0-9,.]+ ft) \(([0-9,.]+ m)\)/g,'$2 ($1)');
h = h.replace(/([0-9,.]+ ft) \(([0-9,.]+ m)\)/g,'$2 ($1)');
h = h.replace(/([0-9,.]+)-square-foot \(([0-9,.]+) m<sup>2<\/sup>\)/g,'$2-square-metre ($1 ft<sup>2</sup>)');
h = h.replace(/([0-9,.]+ sq ft) \(([0-9,.]+ m<sup>2<\/sup>)\)/g,'$2 ($1)');
|