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 0d1c6b8 commit 0b2cbb2Copy full SHA for 0b2cbb2
src/dotnet/APIView/APIViewWeb/Client/src/navbar.ts
@@ -1,12 +1,5 @@
1
-import Split from "split.js";
2
import { updatePageSettings } from "./helpers";
3
4
-addEventListener("load", () => {
5
- $(".nav-list-toggle").click(function () {
6
- $(this).parents(".nav-list-group").first().toggleClass("nav-list-collapsed");
7
- });
8
-});
9
-
10
$(() => {
11
const themeSelector = $( '#theme-selector' );
12
0 commit comments