Index: branches/RC/core/admin_templates/js/grid_scroller.js =================================================================== diff -u -r11412 -r11546 --- branches/RC/core/admin_templates/js/grid_scroller.js (.../grid_scroller.js) (revision 11412) +++ branches/RC/core/admin_templates/js/grid_scroller.js (.../grid_scroller.js) (revision 11546) @@ -205,6 +205,8 @@ GridScroller.prototype.Render = function(id) { + Application.removeDebuggerStatistics(); + ResetStart(); // var widths = this.PrepareWidths(); @@ -213,7 +215,7 @@ document.body.style.height = '100%'; document.body.style.overflow = 'hidden'; - document.body.scroll = 'no' + document.body.scroll = 'no'; // this.Html = this.AltHTML(); // Profile('Getting HTML',1);