Fixed edit-javascript

This commit is contained in:
f0o
2015-08-30 18:05:57 +01:00
parent a833d46d4d
commit bea0587634
2 changed files with 6 additions and 2 deletions
@@ -115,6 +115,8 @@ $('#alert-template').on('show.bs.modal', function (event) {
success: function(output) {
$('#template').val(output['template']);
$('#name').val(output['name']);
$('#title').val(output['title']);
$('#title_rec').val(output['title_rec']);
}
});
}