Skip to content

Commit

Permalink
deploy: 05078a8
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunk committed Oct 3, 2023
1 parent ba58d62 commit 1d2f4ed
Show file tree
Hide file tree
Showing 179 changed files with 13,729 additions and 41,438 deletions.
2 changes: 1 addition & 1 deletion api/index.html

Large diffs are not rendered by default.

1,250 changes: 625 additions & 625 deletions api/inkuire-db.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/scaladoc.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
225 changes: 112 additions & 113 deletions api/scripts/scaladoc-scalajs.js

Large diffs are not rendered by default.

808 changes: 404 additions & 404 deletions api/scripts/searchData.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions api/scripts/ux.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ document
var selected = document.getElementById(location.hash.substring(1));
if (selected) {
selected.classList.toggle("expand");
selected.classList.toggle("expanded");
const btn = selected.querySelector(".icon-button");
btn.classList.toggle("expand");
btn.classList.toggle("expanded");
}
}
}
Expand Down
Loading

0 comments on commit 1d2f4ed

Please sign in to comment.