#24643 closed defect (bug) (fixed)
Twenty Thirteen: Minor js cleanup
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | low |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
I noticed some unused and overused variables in our main js file. With the removal of fixed navbar code from functions.js
in r24169, it gives us the chance to optimize it further.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
JS changes look good.
However, you missed bumping the JS version in
wp_enqueue_script()
call. I'll bump it in the commit.