mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed creation element of custom/simple grahp in visual console. Tiquet: #2672
This commit is contained in:
parent
b717b1d56c
commit
bab32a5c85
@ -273,7 +273,7 @@ function readFields() {
|
|||||||
values['module'] = $("select[name=module]").val();
|
values['module'] = $("select[name=module]").val();
|
||||||
values['process_simple_value'] = $("select[name=process_value]").val();
|
values['process_simple_value'] = $("select[name=process_value]").val();
|
||||||
values['background'] = $("#background_image").val();
|
values['background'] = $("#background_image").val();
|
||||||
values['period'] = $("#hidden-period").val();
|
values['period'] = $("select[name=period]").val();
|
||||||
values['width'] = $("input[name=width]").val();
|
values['width'] = $("input[name=width]").val();
|
||||||
values['height'] = $("input[name=height]").val();
|
values['height'] = $("input[name=height]").val();
|
||||||
values['parent'] = $("select[name=parent]").val();
|
values['parent'] = $("select[name=parent]").val();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user