Skip to content

Commit

Permalink
Merge branch '5.0/rebalance-page-menu-later' into 5.0-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed Aug 31, 2023
2 parents a94dd84 + 84fbb14 commit f5c3058
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions share/html/NoAuth/css/elevator-light/AfterMenus
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ var initMenus = function() {
// remove stub elements we added in BeforeNav to get a dropdown indicator
jQuery('#li-overflow-will_be_deleted').remove();
jQuery('#li-page-overflow-will_be_deleted').remove();

rebalanceOverflowMenu('#app-nav', '#li-overflow');
rebalanceOverflowMenu('#page-menu', '#li-page-overflow');
};

// If everything is loaded, init NOW. Otherwise, defer to DOM ready.
Expand Down
1 change: 1 addition & 0 deletions share/html/NoAuth/css/elevator-light/BeforeNav
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jQuery(window).on('load', function () {
jQuery('#topactions').css('right', jQuery('#logo').width() + font_size + 'px');

rebalanceOverflowMenu('#app-nav', '#li-overflow');
rebalanceOverflowMenu('#page-menu', '#li-page-overflow');
});

</script>

0 comments on commit f5c3058

Please sign in to comment.