CC-4353: Numeric search fields in Library would benefit from format labels

- bug fix
This commit is contained in:
James 2012-09-13 10:49:24 -04:00
parent b692abb9ae
commit b6b93618e6
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ var AIRTIME = (function(AIRTIME) {
console.log(ele);
if (ele.mDataProp == "bit_rate") {
label = " (bps)";
} else if (ele.mDataProp == "utime" || ele.mDataPro == "mtime" || ele.mDataPro == "lptime") {
} else if (ele.mDataProp == "utime" || ele.mDataProp == "mtime" || ele.mDataProp == "lptime") {
label = " (yyyy-mm-dd)";
} else if (ele.mDataProp == "length") {
label = " (hh:mm:ss.t)";