NEW When a field to show into list is selected, the form is

automatically submited
This commit is contained in:
Laurent Destailleur 2016-02-10 19:27:22 +01:00
parent 5c1c413c02
commit ab2ac26f17

View File

@ -4995,7 +4995,10 @@ class Form
else {
$(\'.'.$htmlname.'\').val( $(\'.'.$htmlname.'\').val().replace(title, \'\') )
}
});
// Now, we submit page
$(this).parents(\'form:first\').submit();
});
</script>
';