We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b8c4e commit 0b35973Copy full SHA for 0b35973
1 file changed
public/js/app.js
@@ -612,7 +612,6 @@ function initSidebarTooltip() {
612
}
613
614
function navigateTo(page) {
615
- if (pteroTimeout) clearTimeout(pteroTimeout);
616
document.querySelectorAll('.page').forEach(p => p.classList.remove('active'));
617
document.querySelectorAll('.nav-item').forEach(n => n.classList.remove('active'));
618
0 commit comments