mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Revert unneeded change from r45352.
Fixes (hopefully) spacer rows staying when fetching more rows.
This commit is contained in:
parent
f73943ea8d
commit
b8b614220e
@ -753,7 +753,7 @@ var et2_dataview_controller = Class.extend({
|
||||
|
||||
// Delete as many rows as we have left, invalidate the corresponding
|
||||
// index entry
|
||||
for (var i = mapIdx; i < this._grid._map.length; i++)
|
||||
for (var i = mapIdx; i < _idxMap.length; i++)
|
||||
{
|
||||
this._grid.deleteRow(i);
|
||||
if(typeof _idxMap[i] != 'undefined')
|
||||
|
Loading…
Reference in New Issue
Block a user