Index: branches/RC/core/admin_templates/incs/footer.tpl =================================================================== diff -u -N -r11281 -r11482 --- branches/RC/core/admin_templates/incs/footer.tpl (.../footer.tpl) (revision 11281) +++ branches/RC/core/admin_templates/incs/footer.tpl (.../footer.tpl) (revision 11482) @@ -8,7 +8,7 @@ document.body.scroll = 'no' var _Simultanious_Edit_Message = ''; - var _DropTempUrl = ''; + addLoadEvent( function() { Form.Init('scroll_container'); @@ -19,6 +19,12 @@ ); } + + // for popups only; TODO: find a way, how to identify editing popups, not selectors + var _DropTempUrl = ''; + + + Application.footerInit();