#67 fixed a follow-up bug in the requests page
This commit is contained in:
parent
5ed11ff2b5
commit
fd48405246
|
@ -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…
Reference in a new issue