Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Make it compile
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil4 committed Nov 22, 2021
1 parent c41f62c commit ad6d0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sidebar.triggerSearch = function (search_string) {
lychee.goto("search/" + encodeURIComponent(search_string));
};

sidebar.keepSidebarVisible() = function () {
sidebar.keepSidebarVisible = function () {
let v = sessionStorage.getItem("keepSidebarVisible");
return v !== null ? v === "true" : false;
};
Expand Down

0 comments on commit ad6d0d0

Please sign in to comment.