Refine cache check conditions, rows is always empty by this point.

This commit is contained in:
Nathan Gray 2014-07-29 21:46:01 +00:00
parent 6689ca64f7
commit 795e2cdb9c

View File

@ -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();
}