Add code to auto select tabs

This commit is contained in:
2025-01-11 13:03:27 -05:00
parent a8cd90c349
commit b5e0061247
4 changed files with 52 additions and 1 deletions

View File

@@ -3245,6 +3245,9 @@ function init() {
});
});
}
if (document.location.hash != "" && document.location.hash.substring(0, 5) == "#tab-") {
document.querySelector(document.location.hash).dispatchEvent(click);
}
});
}