Issue 11741

Network members pages break the menu

11741
Reporter: trobertson
Assignee: mdoering
Type: Bug
Summary: Network members pages break the menu
Priority: Blocker
Resolution: Fixed
Status: Closed
Created: 2012-08-27 17:10:18.289
Updated: 2013-08-29 14:44:47.951
Resolved: 2012-08-28 10:42:46.99
        
Description: See:

http://jawa.gbif.org:8080/portal-web/organization/c4254a00-cb2b-11d8-bf68-b8a03c50a862

Suspect some bad JS stopping the menu firing.  Might want to consider the JS order to safeguard against this for future?
]]>
    


Author: mdoering@gbif.org
Comment: Will move js from app.js to a new file menu.js and place it into the top of the head
Created: 2012-08-27 23:16:30.317
Updated: 2012-08-27 23:16:30.317


Author: mdoering@gbif.org
Created: 2012-08-28 10:42:47.022
Updated: 2012-08-28 10:42:47.022
        
moved menu js into its own file and place it at the top.
http://code.google.com/p/gbif-portal/source/detail?r=941

Testing with a broken app.js that throws exceptions shows the menu still works in that case