Hide the header map when a VBO action form is displayed.

This commit is contained in:
Michael Stenta 2020-03-28 16:33:06 -04:00
parent 1705dc4c5f
commit e9b6caa1d1
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
$('.region-content > :not(' + selector + ')', context).hide();
$(selector, context).appendTo('.region-content');
// Hide breadcrumbs, tabs, and action links as well.
// Hide page-top map, breadcrumbs, tabs, and action links as well.
$('.region-page-top .farm-map', context).hide();
$('.breadcrumb', context).hide();
$('.tabs--primary', context).hide();
$('.action-links', context).hide();