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, '$1
// capitalization of prefix with bits and bytes
|