parent
3a98850de7
commit
e5fbed4c39
|
@ -369,7 +369,4 @@ Drupal.theme.placeholder = function (str) {
|
|||
return '<em class="placeholder">' + Drupal.checkPlain(str) + '</em>';
|
||||
};
|
||||
|
||||
Drupal.AjaxError.prototype = new Error();
|
||||
Drupal.AjaxError.prototype.constructor = Drupal.AjaxError;
|
||||
|
||||
})(domready, Drupal, window.drupalSettings);
|
||||
|
|
Loading…
Reference in New Issue