We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35df918 commit 1acc446Copy full SHA for 1acc446
1 file changed
web/js/init.js
@@ -138,13 +138,13 @@ $(document).ready(function(){
138
$('.ch-toggle').each( function (){
139
if($(this).prop('checked')){
140
key=this.name;
141
- div=$('<input type="hidden" name="'+key+'[]" value="'+this.value+'"/>');
+ div=$('<input type="hidden" name="'+key+'" value="'+this.value+'"/>');
142
$('#objects').append(div);
143
}
144
});
145
146
$('#objects').submit();
147
- return true;
+ return false;
148
149
150
// Shortcuts
0 commit comments