groupMemberListPopout placement (#4649) `$('body').append(newElement);` -> `$('#movingDivs').append(newElement);`
Signed| @@ -2160,7 +2160,7 @@ function doCurMemberListPopout() { | ||
| 2160 | 2160 | // Remove pagination from popout |
| 2161 | 2161 | newElement.find('.group_pagination').empty(); |
| 2162 | 2162 | |
| 2163 | 2163 | $('body#movingDivs').append(newElement); |
| 2164 | 2164 | loadMovingUIState(); |
| 2165 | 2165 | $('#groupMemberListPopout').fadeIn(animation_duration); |
| 2166 | 2166 | dragElement(newElement); |