update document

This commit is contained in:
xuxueli 2019-10-25 18:10:26 +08:00
parent 1abe154c40
commit 3f30df9472
1 changed files with 1 additions and 1 deletions

View File

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