forked from extern/egroupware
Refine cache check conditions, rows is always empty by this point.
This commit is contained in:
parent
6689ca64f7
commit
795e2cdb9c
@ -1512,7 +1512,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
||||
|
||||
// If no data was sent from the server, and num_rows is 0, the nm will be empty.
|
||||
// This triggers a cache check.
|
||||
if(!(this.options.settings.rows && this.options.settings.num_rows))
|
||||
if(!this.options.settings.num_rows)
|
||||
{
|
||||
this.controller.update();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user