mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 09:22:44 +00:00
Remove unneeded variable
This commit is contained in:
@@ -58,7 +58,6 @@ const getTOC = ()=>{
|
||||
walkPages();
|
||||
|
||||
_.each(headings, (heading)=>{
|
||||
const pageAnchor = heading.closest('.page').id;
|
||||
const onPage = parseInt(heading.closest('.page').id?.replace(/^p/, ''));
|
||||
const ToCExclude = getComputedStyle(heading).getPropertyValue('--TOC');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user