mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
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.
|
// If no data was sent from the server, and num_rows is 0, the nm will be empty.
|
||||||
// This triggers a cache check.
|
// This triggers a cache check.
|
||||||
if(!(this.options.settings.rows && this.options.settings.num_rows))
|
if(!this.options.settings.num_rows)
|
||||||
{
|
{
|
||||||
this.controller.update();
|
this.controller.update();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user