diff --git a/extensions/odoo_theme/static/js/utils.js b/extensions/odoo_theme/static/js/utils.js index 38c4365e6..45ade0acc 100644 --- a/extensions/odoo_theme/static/js/utils.js +++ b/extensions/odoo_theme/static/js/utils.js @@ -1,4 +1,4 @@ -let tocEntryListId = 0; // Used to generate IDs of toc entry lists for both the menu and page TOC +let tocEntryListId = 0; // Used to generate IDs of toc entry lists for both the menu and page TOC /** * Update the provided TOC to allow collapsing its entries with Bootstrap's accordion. * @@ -41,7 +41,7 @@ const _prepareAccordion = (tocElement) => { const tocRoot = tocElement.querySelector('ul'); tocRoot.querySelectorAll('ul').forEach(tocEntryList => { // Modify the