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:
parent
70639f7b90
commit
194122cb84
@ -58,8 +58,7 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
var accordionOptions = $( '.accordion-container li.accordion-section' ),
|
var sectionContent = $( '.accordion-section-content' );
|
||||||
sectionContent = $( '.accordion-section-content' );
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Close the current accordion section and open a new one.
|
* Close the current accordion section and open a new one.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user