PCv5/app/static/scripts
Lephe 4f02160ebb navbar: fix bad behaviour when the user is authenticated
The News menu would not open when the user is authenticated,
leaving an empty menu area. Instead, the third button (Forum)
would open the News menu, shifthing every menu down a button.

This was caused by a bad selection query when getting the list
of menus; essentially the selection was equivalent to "#menu div".
Authenticated users have a div in the Account menu with their
name, so this div was mistaken for the second menu.

The problem was fixed by using a different selection equivalent
to "#menu > div" to get the list of menus.
2019-02-10 10:05:24 +01:00
..
contact.js Django est mort, vive Flask ! 2018-02-23 23:34:06 +01:00
pc-utils.js Ajout de la page de gestion du compte, correction de bugs & autres 2018-11-15 23:13:15 +01:00
smartphone_patch.js Django est mort, vive Flask ! 2018-02-23 23:34:06 +01:00
trigger_menu.js navbar: fix bad behaviour when the user is authenticated 2019-02-10 10:05:24 +01:00