security update core+modules
This commit is contained in:
@@ -9,7 +9,7 @@ Drupal.behaviors.viewsContextualLinks = {
|
||||
// If there are views-related contextual links attached to the main page
|
||||
// content, find the smallest region that encloses both the links and the
|
||||
// view, and display it as a contextual links region.
|
||||
$('.views-contextual-links-page', context).closest(':has(.view)').addClass('contextual-links-region');
|
||||
$('.views-contextual-links-page', context).closest(':has(".view"):not("body")').addClass('contextual-links-region');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user