CC-4537: Bit rate hint should be in kbps to match actual search

This commit is contained in:
Daniel James 2012-10-09 16:46:51 +01:00
parent c6dc5a818f
commit b4fee4321c
1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@
var label = "";
if (th.attr('id') == "bit_rate") {
label = " bps";
label = " kbps";
} else if (th.attr('id') == "utime" || th.attr('id') == "mtime" || th.attr('id') == "lptime") {
label = " yyyy-mm-dd";
} else if (th.attr('id') == "length") {
@ -749,4 +749,4 @@
})(jQuery);
})(jQuery);