NEW When a field to show into list is selected, the form is
automatically submited
This commit is contained in:
parent
5c1c413c02
commit
ab2ac26f17
@ -4995,7 +4995,10 @@ class Form
|
||||
else {
|
||||
$(\'.'.$htmlname.'\').val( $(\'.'.$htmlname.'\').val().replace(title, \'\') )
|
||||
}
|
||||
});
|
||||
// Now, we submit page
|
||||
$(this).parents(\'form:first\').submit();
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user