TEST inserting console.log to test out javascript
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-06-23 16:35:52 +02:00
parent 98043b37dc
commit ae8f5c6b5e

View File

@ -2,6 +2,7 @@ export default function handleIndexPanels(): void {
const indexPanel = document.querySelector('.index-panel'); const indexPanel = document.querySelector('.index-panel');
if (!indexPanel) return; if (!indexPanel) return;
console.log('indexPanel');
observeTabsButtons(); observeTabsButtons();
observeFootnotesLinks(); observeFootnotesLinks();
} }