can research times in show summary now.

This commit is contained in:
Naomi Aro 2013-08-30 01:51:33 -04:00
parent 8971e6330a
commit a4e9cd1add
1 changed files with 6 additions and 1 deletions

View File

@ -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){