From 8dd05ab15031d6355172afe25e85ac6ed952f3dd Mon Sep 17 00:00:00 2001 From: matthias Date: Sun, 22 Feb 2015 15:32:00 +0100 Subject: [PATCH] Fixed bug when gstate is undefined --- jqGrid.state.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jqGrid.state.js b/jqGrid.state.js index 233e79d..b34d81a 100644 --- a/jqGrid.state.js +++ b/jqGrid.state.js @@ -473,11 +473,11 @@ function GridState(options) { } gState.updateExpansion(grid); + + // update toolbar filters - azg + gState.updateFilterToolbar($(this),opts); } - // update toolbar filters - azg - gState.updateFilterToolbar($(this),opts); - var evts = grid.data('overrEvents'); if (evts && evts.gridComplete) evts.gridComplete.call(this);