mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Remove an unused JS variable after [29036]. see #27406.
git-svn-id: https://develop.svn.wordpress.org/trunk@29042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -58,8 +58,7 @@
|
||||
});
|
||||
});
|
||||
|
||||
var accordionOptions = $( '.accordion-container li.accordion-section' ),
|
||||
sectionContent = $( '.accordion-section-content' );
|
||||
var sectionContent = $( '.accordion-section-content' );
|
||||
|
||||
/**
|
||||
* Close the current accordion section and open a new one.
|
||||
|
||||
Reference in New Issue
Block a user