/* 
* Toggle the main menu, it's hidden initially
* to prevent FOUC. 
*/
$("#main-menu ul.flexnav").toggle();

Should actually be:

$("#main-menu ul.flexnav").show();

Because Drupal.behaviors execute after every AJAX call, which means the menu would hide itself after views ajax pagination, or afb module Drupal ajax submits.

Comments

LouisStAmour’s picture

Also, missing diagstripe.png and bad reference to it in ../img/ when it's likely meant to be in ../images/

Danny Englander’s picture

Assigned: Unassigned » Danny Englander
Status: Active » Fixed

Hi Thanks for reporting these issues. These should now be fixed in Alpha 20.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.