can research times in show summary now.
This commit is contained in:
parent
8971e6330a
commit
a4e9cd1add
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue