Fix bug.
This commit is contained in:
parent
850ac0e318
commit
177539cc39
|
@ -116,7 +116,7 @@
|
||||||
</style>
|
</style>
|
||||||
<% tmp_get_input_name = get_input_name_for_ask
|
<% tmp_get_input_name = get_input_name_for_ask
|
||||||
form_type = tmp_get_input_name.split('[')[0]
|
form_type = tmp_get_input_name.split('[')[0]
|
||||||
# set_input_name_for_ask("#{form_type}")
|
set_input_name_for_ask("#{form_type}")
|
||||||
%>
|
%>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<% if @has_switch_button %>
|
<% if @has_switch_button %>
|
||||||
|
|
Loading…
Reference in New Issue