mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 06:46:22 +00:00
Initialise form field tag autocomplete
This commit is contained in:
@@ -80,6 +80,7 @@ _form_new(void)
|
|||||||
form->fields = NULL;
|
form->fields = NULL;
|
||||||
form->var_to_tag = NULL;
|
form->var_to_tag = NULL;
|
||||||
form->tag_to_var = NULL;
|
form->tag_to_var = NULL;
|
||||||
|
form->tag_ac = NULL;
|
||||||
|
|
||||||
return form;
|
return form;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user