don't expand notices in local profile popups
This commit is contained in:
parent
d1af138974
commit
d079f94936
|
@ -978,7 +978,7 @@ function expand_queet(q,doScrolling) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// don't expand if this is a remote profile popup
|
// don't expand if this is a remote profile popup
|
||||||
if(q.closest('#popup-external-profile').length>0) {
|
if(q.closest('#popup-external-profile, #popup-local-profile').length>0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user