Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Sep 24, 2024
1 parent 4691d9b commit 741cb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fhadmin/static/fhadmin/fhadmin.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@

.groups a.addlink {
position: relative;
right: -4px;
right: -10px;
}
2 changes: 1 addition & 1 deletion fhadmin/static/fhadmin/fhadmin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
document.addEventListener("DOMContentLoaded", () => {
for (const el of document.querySelectorAll(".groups a.addlink")) {
el.innerText = ""
el.innerHTML = " "
}

const quickpanel = document.getElementById("quickpanel")
Expand Down

0 comments on commit 741cb51

Please sign in to comment.