#67 fixed a follow-up bug in the requests page
This commit is contained in:
parent
5ed11ff2b5
commit
fd48405246
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ function changeBorderColorOwnRequests(node) {
|
||||||
|
|
||||||
// highlight left border for own request
|
// highlight left border for own request
|
||||||
if (profileLink.length > 0) {
|
if (profileLink.length > 0) {
|
||||||
item.style.borderColor = color.aniBlue
|
item.style.borderLeftColor = color.aniBlue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue