I can't seem to find any information on this particular error message with admin_menu_dropdown, in the issue queue or in Google. Here is the error that I see at the bottom left of IE8/7 in the status bar:

Expected Idetifier
admin_menu_dropdown.js
Code: 0
URI: http://myurl.com/sites/all/modules/admin_menu_dropdown/admin_menu_dropdo...
Line: 4
Char: 41

I updated to the newest version of the module but that didn't seem to fix anything. I also disabled the module and the error didn't show up. It also seems to happen only on IE and not FF, Chrome, Safari, Opera.

Could anyone shed any light on this error message? Admin menu is so awesome!

Thanks!

Comments

sun’s picture

Project: Administration menu » Admin Menu Hider
Version: 6.x-3.0-alpha4 » 6.x-3.x-dev
Component: CSS / Browser Support » Code
emcniece’s picture

https://drupal.org/node/1127530. There's a variable named "default" in the code on line 4, and Javascript reserves that word for its own purposes. Check the patch in the link, or update perhaps.

emcniece’s picture

Status: Active » Closed (duplicate)