don't expand notices in local profile popups

This commit is contained in:
Hannes Mannerheim 2015-06-05 09:13:36 +02:00
parent d1af138974
commit d079f94936

View File

@ -978,7 +978,7 @@ function expand_queet(q,doScrolling) {
}
// 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;
}