mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 10:07:11 +02:00
Fixed code for auto-reducing the grid rows, removed debug messages
This commit is contained in:
@ -129,7 +129,6 @@ var et2_dataview_gridContainer = Class.extend({
|
||||
|
||||
// Rebuild the column stylesheets
|
||||
this.columnMgr.setTotalWidth(_w - this.scrollbarWidth);
|
||||
et2_debug("log", _w - this.scrollbarWidth);
|
||||
this._updateColumns();
|
||||
}
|
||||
|
||||
@ -305,9 +304,6 @@ var et2_dataview_gridContainer = Class.extend({
|
||||
|
||||
totalWidth += col.width;
|
||||
|
||||
et2_debug("log", col.divClass, " cw: ", columnWidth, " hw: ",
|
||||
headerWidth, " tw: ", totalWidth);
|
||||
|
||||
first = false;
|
||||
}
|
||||
else
|
||||
@ -412,10 +408,6 @@ var et2_dataview_gridContainer = Class.extend({
|
||||
this.columnBorderWidth = this.constructor.prototype.columnBorderWidth =
|
||||
this._getColumnBorderWidth(clone);
|
||||
|
||||
et2_debug("log", "Scrollbar width: ", this.scrollbarWidth);
|
||||
et2_debug("log", "Header border width: ", this.headerBorderWidth);
|
||||
et2_debug("log", "Column border width: ", this.columnBorderWidth);
|
||||
|
||||
// Remove the cloned DOM-Node again from the outer body
|
||||
clone.remove();
|
||||
}
|
||||
|
Reference in New Issue
Block a user