Peter Schwabe has pointed out that if you comment out the "Sponsors" and "Contact" elements in nav.php, then the dropdown menu stops working. I think this is caused by the select on line 96 involving li:not(:last-child) selector, because if I comment out lines 98 and 102, it works correctly with click to dropdown.
Confirmed, but the problem only extends to the attend dropdown menu. Also a note: nobody should ever be commenting out the contact page so is this actually a relevant issue to fix?
Peter Schwabe has pointed out that if you comment out the "Sponsors" and "Contact" elements in nav.php, then the dropdown menu stops working. I think this is caused by the select on line 96 involving li:not(:last-child) selector, because if I comment out lines 98 and 102, it works correctly with click to dropdown.