fixed #164
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user