CC-4537: Bit rate hint should be in kbps to match actual search
This commit is contained in:
parent
c6dc5a818f
commit
b4fee4321c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue