Skip to content

Commit

Permalink
catchup with Issue #2406941 by IRuslan: Wrong referred entity detecti…
Browse files Browse the repository at this point in the history
…on for search dialog
  • Loading branch information
robertgarrigos committed Aug 12, 2023
1 parent f9fef0c commit f9aec8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/search-reference.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// JQuery.each() to freak ut.'
var selector = null;
if ($('table.views-table').size() > 0) {
selector = $('table.views-table tbody tr');
selector = $('table.views-table tbody tr:not(.views-table-row-select-all)');
}
else if ($('table.views-view-grid').size() > 0) {
selector = $('table.views-view-grid td');
Expand Down

0 comments on commit f9aec8c

Please sign in to comment.