This commit is contained in:
denisdulici 2017-12-23 00:49:37 +03:00
parent 6cdfc953f1
commit 8a40bfe67c

View File

@ -149,7 +149,7 @@
} }
$('input[name="order"]').val(json['data']['order']); $('input[name="order"]').val(json['data']['order']);
$('input[name="description"]').val(json['data']['description']); $('textarea[name="description"]').val(json['data']['description']);
$('input[name="method"]').remove(); $('input[name="method"]').remove();