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
Comment #1
sunComment #2
emcniece commentedhttps://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.
Comment #3
emcniece commentedDuplicate of https://drupal.org/node/1127530