Skip to content

Commit

Permalink
Keep year menu element from being hidden as overflowing menu items by…
Browse files Browse the repository at this point in the history
… drupal. Resolves #22.
  • Loading branch information
demetrios-koziris committed May 2, 2017
1 parent 585dde8 commit 092dfc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/addYearMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function addYearMenu() {
yearMenuBarDIV.appendChild(inner);

const yearMenuBarUL = document.createElement('ul');
yearMenuBarUL.className = "sf-menu sf-main-menu mcen-yearMenuBarUL";
yearMenuBarUL.className = "sf-menu mcen-yearMenuBarUL";
inner.appendChild(yearMenuBarUL);

for (let i = firstYear+numYearsInMenu-1; i >= firstYear; i-=1) {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "McGill Enhanced",
"author": "kozirisdev",
"manifest_version": 2,
"version": "3.1.27",
"version": "3.1.28",
"description": "Enhance the functionality of McGill.ca",
"permissions" : [
"declarativeContent",
Expand Down

0 comments on commit 092dfc7

Please sign in to comment.