| 993 | 993 | originalElement.empty(); |
| 994 | 994 | originalElement.html('<div class="flex-container alignitemscenter justifyCenter wide100p"><small>Currently popped out</small></div>'); |
| 995 | 995 | newElement.append(controlBarHtml).append(originalHTMLClone); |
| 996 | 996 | $('body#movingDivs').append(newElement); |
| 997 | 997 | newElement.transition({ opacity: 1, duration: animation_duration, easing: animation_easing }); |
| 998 | 998 | $('#summaryExtensionDrawerContents').addClass('scrollableInnerFull'); |
| 999 | 999 | setMemoryContext(prevSummaryBoxContents, false); //paste prev summary box contents into popout box |