Skip to content

Commit

Permalink
Merge pull request #41 from PerCollECT/develop
Browse files Browse the repository at this point in the history
Improved usability of the tree
  • Loading branch information
ClemensLinnhoff authored Feb 14, 2024
2 parents 0174386 + ff78f29 commit 0dc3961
Show file tree
Hide file tree
Showing 6 changed files with 1,093 additions and 154 deletions.
5 changes: 4 additions & 1 deletion content.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ if (isIE()) {

// manage page content
addLegend();
addExpandAndCollapseTreeButtons();
addInfoBoxResizeBar();
addSideNavLinks();
addAutoComplete(document.getElementById("search_input"));
addAutoComplete(document.getElementById("search_input"));
addTreesLinks()
Loading

0 comments on commit 0dc3961

Please sign in to comment.