more dashboard css fixes
This commit is contained in:
parent
f324c249f6
commit
31fd5da44b
6 changed files with 47 additions and 27 deletions
|
|
@ -81,7 +81,7 @@ removeAvatarBtn.addEventListener("click", () => {
|
|||
});
|
||||
|
||||
document.addEventListener('readystatechange', () => {
|
||||
document.querySelectorAll('.card#releases .credit').forEach(el => {
|
||||
document.querySelectorAll('#releases .credit').forEach(el => {
|
||||
hijackClickEvent(el, el.querySelector('.credit-name a'));
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue