Skip to content

Ajax Submit

Josh Smith requested to merge hotfix/ajax_submit_arguments into master

• Fixed plugin arguments not being passed to the intialisation method.

Basically just storing the function arguments into a variable, so it can be referenced and passed through to the init method without losing scope.

Merge request reports