Update two:

Got it all working now

                                if (o.firstOnClick && menuActive == true) {
                                        try {
                                                if 
($(e.target).attr("href").indexOf("#") > -1) {
                                                        $$.hideSuperfishUl();
                                                        menuActive = false;
                                                        return false;
                                                }
                                                else {
                                                        return true;
                                                }
                                        }
                                        catch(oops) {
                                                $$.hideSuperfishUl();
                                                menuActive = false;
                                                return false;
                                        }

                                }

Reply via email to