Skip to content
Snippets Groups Projects
Commit e5fbed4c authored by catch's avatar catch
Browse files

Issue #1993622 by nod_: Follow-up on #1974580 remove two extra lines from drupal.js.

parent 3a98850d
No related branches found
No related tags found
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
...@@ -369,7 +369,4 @@ Drupal.theme.placeholder = function (str) { ...@@ -369,7 +369,4 @@ Drupal.theme.placeholder = function (str) {
return '<em class="placeholder">' + Drupal.checkPlain(str) + '</em>'; return '<em class="placeholder">' + Drupal.checkPlain(str) + '</em>';
}; };
Drupal.AjaxError.prototype = new Error();
Drupal.AjaxError.prototype.constructor = Drupal.AjaxError;
})(domready, Drupal, window.drupalSettings); })(domready, Drupal, window.drupalSettings);
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