Skip to content
Snippets Groups Projects
Commit 978e991f authored by Jerome Mariette's avatar Jerome Mariette
Browse files

rules are ok

parent a5bd0905
No related branches found
No related tags found
No related merge requests found
......@@ -327,6 +327,8 @@ jQuery.validator.addMethod("exclude_required", function(value, element, options)
forceIframeTransport: true,
add: function (e, data) {
$("#"+iid).data("data2upload", data);
// so the validation of the form is done
$("#"+iid).focusout();
}
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment