verbb / cp-nav

Control Panel Nav is a Craft CMS plugin to help manage your Control Panel navigation.
MIT License
130 stars 11 forks source link

Javascript Error: Can't find variable: waitForElm #104

Closed richhayler closed 1 year ago

richhayler commented 2 years ago

Description Looking at the web inspector within the control panel shows a javascript error associated with cp-nav.js "Can't find variable: waitForElm"

CleanShot 2022-06-21 at 12 38 20@2x

Additional info

engram-design commented 2 years ago

Hmm, this JS should be rendered pretty much immediately when loading the CP base layout.

Is this happening for all pages, or just some? When reloading the page does it happen consistently?

engram-design commented 2 years ago

Fixed for the next release. To get this fix early, change your verbb/cp-nav requirement in composer.json to:

"require": {
  "verbb/cp-nav": "dev-craft-4 as 4.0.2",
  "...": "..."
}

Then run composer update.

engram-design commented 1 year ago

Fixed in 4.0.3