Opened 11 years ago
Closed 11 years ago
#26088 closed defect (bug) (fixed)
Fix the JS structure of sticky menu
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | low |
Severity: | trivial | Version: | 3.8 |
Component: | Administration | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
stickyMenu
(in common.js) seems to be suffering from scope problems, nearly all lines start with this
. There are better JS structures that can be used for it, for example a simple revealing pattern would work nicely.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Updated script using module revealing pattern