|
@@ -418,7 +418,7 @@ $(function() {
|
418
|
418
|
$(".remote_panel").show(); // remote
|
419
|
419
|
|
420
|
420
|
// remove-cronGen
|
421
|
|
- $("input[name=jobCron]").show().siblings().remove();
|
|
421
|
+ $("#addModal .form input[name='jobCron']").show().siblings().remove();
|
422
|
422
|
|
423
|
423
|
$("#addModal .form input[name='executorHandler']").removeAttr("readonly");
|
424
|
424
|
});
|
|
@@ -582,7 +582,7 @@ $(function() {
|
582
|
582
|
$("#updateModal .form .form-group").removeClass("has-error");
|
583
|
583
|
|
584
|
584
|
// remove-cronGen
|
585
|
|
- $("input[name=jobCron]").show().siblings().remove();
|
|
585
|
+ $("#updateModal .form input[name='jobCron']").show().siblings().remove();
|
586
|
586
|
});
|
587
|
587
|
|
588
|
588
|
/**
|