Description
Hello,
I was browsing blog.jquery.com
a few moments ago, and moused-over the Events
menu in the topbar out of curiosity -- and then briefly wondered whether I had missed a recent jQuery UK event a few days ago.
Alas not - it seems those events (in the human-gathering sense of the word, not event-handling / script-related sense) are all from a decade or so in the past now. Comparing to the equivalent menu item on jquery.com
, it does not display a dropdown menu.
Both menus are configured to direct the user to events.jquery.org
; removing the list items should, I think, produce the same behaviour on both domains.
I think the relevant content can be found in the codebase at:
blog.jquery.com-theme/jquery/header.php
Lines 72 to 76 in 16621e9
NB/FWIW: I think the menu was historically generated dynamically by some PHP code, hence blog.jquery.com
has a snapshot from some point-in-time. That code was removed, I think, by jquery/jquery-wp-content@88519ab
I'll offer a pull request alongside this bugreport to make the change - please feel free to close/edit both as appropriate if I'm mistaken.
Regards,
James