EpisodeAiredAfter added to AddSeries UI

New: Ability to skip episodes that aired before a certain date, per
series.
This commit is contained in:
Mark McDowall 2012-09-18 23:06:09 -07:00
commit 6c78187601
10 changed files with 51 additions and 13 deletions

View file

@ -44,4 +44,10 @@
}
});
});
$('.jQuery-dateTime').livequery(function () {
$(this).datepicker({
dateFormat: "yy-mm-dd"
});
});
});