Skip to content
Snippets Groups Projects

[#2922677] Uncaught TypeError: Cannot read property 'replace' of undefined

Open Avi Schwab requested to merge issue/drupal-2922677:2922677-uncaught-typeerror-cannot into 11.x
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -465,6 +465,7 @@
// If no Ajax callback URL was given, use the link href or form action.
if (!this.url) {
this.url = '';
const $element = $(this.element);
if (this.element.tagName === 'A') {
this.url = $element.attr('href');
Loading