@internetarchive/ia-topnav 1.1.27-alpha.1 → 1.1.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/ia-topnav.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/ia-topnav",
3
- "version": "1.1.27-alpha.1",
3
+ "version": "1.1.27",
4
4
  "description": "Top nav for Internet Archive",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "index.js",
package/src/ia-topnav.js CHANGED
@@ -96,7 +96,7 @@ export default class IATopNav extends LitElement {
96
96
  this.baseHost = this.localLinks ? '' : 'https://archive.org';
97
97
 
98
98
  // re/build the nav
99
- this.menus = buildTopNavMenus(this.username, this.localLinks, this.waybackPagesArchived);
99
+ this.menus = buildTopNavMenus(this.username, this.localLinks, this.waybackPagesArchived, this.itemIdentifier);
100
100
  }
101
101
 
102
102
  menuToggled({ detail }) {