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