Skip to content
Snippets Groups Projects
Commit bfea564f authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

make new select list a combobox too

parent b05b1cbf
No related branches found
No related tags found
No related merge requests found
...@@ -225,6 +225,7 @@ $( document ).ready(function() { ...@@ -225,6 +225,7 @@ $( document ).ready(function() {
$("#self").combobox(); $("#self").combobox();
[% END %] [% END %]
$("#renater").combobox(); $("#renater").combobox();
$("#qualif").combobox();
$("#test").combobox(); $("#test").combobox();
$.validator.messages.required = "[% c.loc("This information is required") %]"; $.validator.messages.required = "[% c.loc("This information is required") %]";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment