Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 161:
// bytes per second
txt.value = txt.value.replace(/([KkMmGg])(Bps|bytes?\/s)/g, ' $1B/s');
txt.value = txt.value.replace(/bytes?\/sec(\W)/gi, '
txt.value = txt.value.replace(/B\/sec(\W)/g, 'B/s$1');
// capitalization of prefix with bits and bytes
|