Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x
This commit is contained in:
commit
1fbee7a38e
2 changed files with 3 additions and 3 deletions
|
@ -1617,7 +1617,7 @@ div.errors, span.errors{
|
|||
}
|
||||
|
||||
span.errors.sp-errors{
|
||||
width: 486px;
|
||||
width: 429px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue