|
@@ -331,7 +331,7 @@
|
331
|
331
|
// Replace the input with an input group
|
332
|
332
|
var $g = $("<div>").addClass("input-group");
|
333
|
333
|
// Add an input
|
334
|
|
- var $i = $("<input>", { type: 'text', placeholder: 'cron表达式...'}).addClass("form-control").val($(that).val());
|
|
334
|
+ var $i = $("<input>", { type: 'text', placeholder: 'cron expression...'}).addClass("form-control").val($(that).val());
|
335
|
335
|
$i.appendTo($g);
|
336
|
336
|
// Add the button
|
337
|
337
|
var $b = $("<button class=\"btn btn-default\"><i class=\"fa fa-edit\"></i></button>");
|