Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rothenbücher committed Feb 9, 2017
1 parent 51f9837 commit f5c8d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WebContent/assets/js/cron.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
row += "</div>";
row += '<div class="col-xs-2">';
row += '<button data-target="' + elem.target + '" data-name="' + elem.name + '" class="btn btn-default del-cron">delete</button>';
row+='</div></div><div class="col-xs-12"><hr/></div>';
$cjobs.append(row);
});

Expand Down

0 comments on commit f5c8d43

Please sign in to comment.