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