CC-5789 : Builder Cleanup

don't need to reset this.
This commit is contained in:
Naomi 2014-04-08 17:48:32 -04:00
parent cd2776c9be
commit 98f649ff85
1 changed files with 1 additions and 7 deletions

View File

@ -81,10 +81,7 @@ AIRTIME = (function(AIRTIME) {
check = validateTimeRange();
if (check.isValid) {
//reset timestamp value since input values could have changed.
AIRTIME.showbuilder.resetTimestamp();
fn = oTable.fnSettings().fnServerData;
fn.start = check.start;
fn.end = check.end;
@ -141,9 +138,6 @@ AIRTIME = (function(AIRTIME) {
$builder.on("click", "#sb_edit", function(ev) {
var schedTable = $("#show_builder_table").dataTable();
// reset timestamp to redraw the cursors.
AIRTIME.showbuilder.resetTimestamp();
schedTable.fnDraw();
$.ajax( {