Skip to content
Snippets Groups Projects
Commit 4edd147d authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1387098 by LSU_JBob, nburles: bug in ajax.js when minified.

parent b4e0f11f
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -318,7 +318,7 @@ Drupal.ajax.prototype.beforeSerialize = function (element, options) {
Drupal.ajax.prototype.beforeSubmit = function (form_values, element, options) {
// This function is left empty to make it simple to override for modules
// that wish to add functionality here.
}
};
/**
* Prepare the Ajax request before it is sent.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment