can research times in show summary now.
This commit is contained in:
parent
8971e6330a
commit
a4e9cd1add
|
@ -653,7 +653,12 @@ var AIRTIME = (function(AIRTIME) {
|
|||
fn.start = oRange.start;
|
||||
fn.end = oRange.end;
|
||||
|
||||
redrawTables();
|
||||
if (inShowsTab) {
|
||||
showSummaryList();
|
||||
}
|
||||
else {
|
||||
redrawTables();
|
||||
}
|
||||
});
|
||||
|
||||
$historyContentDiv.on("click", "#his_trash", function(ev){
|
||||
|
|
Loading…
Reference in New Issue