Skip to content
Snippets Groups Projects
Commit 93c635b9 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2809343 by drpal, droplet, nod_, tstoeckler: Followup revert incorrect change

parent 87cf922a
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
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
// Start by finding all potentially active links. // Start by finding all potentially active links.
var path = drupalSettings.path; var path = drupalSettings.path;
var queryString = JSON.stringify(path.currentQuery); var queryString = JSON.stringify(path.currentQuery);
var querySelector = path.currentQuery ? "[data-eedrupal-link-query='" + queryString + "']" : ':not([data-drupal-link-query])'; var querySelector = path.currentQuery ? "[data-drupal-link-query='" + queryString + "']" : ':not([data-drupal-link-query])';
var originalSelectors = ['[data-drupal-link-system-path="' + path.currentPath + '"]']; var originalSelectors = ['[data-drupal-link-system-path="' + path.currentPath + '"]'];
var selectors; var selectors;
......
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