some js lint
This commit is contained in:
parent
e128874cef
commit
90b92138c7
@ -41,7 +41,7 @@ const _prepareAccordion = (tocElement) => {
|
||||
const tocRoot = tocElement.querySelector('ul');
|
||||
tocRoot.querySelectorAll('ul').forEach(tocEntryList => {
|
||||
// Modify the <ul> element
|
||||
tocEntryList.id = `o_target_${tocEntryListId++}`
|
||||
tocEntryList.id = `o_target_${tocEntryListId++}`;
|
||||
tocEntryList.classList.add('collapse');
|
||||
// Create and configure an <i> element
|
||||
const arrowButton = document.createElement('I');
|
||||
|
Loading…
Reference in New Issue
Block a user