From 90b92138c7660e3adf3033d1c1f2f9c07571c397 Mon Sep 17 00:00:00 2001 From: Victor Feyens Date: Wed, 28 Apr 2021 12:11:41 +0200 Subject: [PATCH] some js lint --- extensions/odoo_theme/static/js/utils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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