partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit ad0f696b6a053d879988ad0e66ecd08ab2f42c3b
parent ff06a515375fe7f9c75009603d0d7b5431f9920e
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri, 25 May 2012 04:40:26 +0200

Fix for issue #202

Diffstat:
Msrc/frontend/js/Components/Part/PartsGrid.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/frontend/js/Components/Part/PartsGrid.js b/src/frontend/js/Components/Part/PartsGrid.js @@ -252,7 +252,6 @@ Ext.define('PartKeepr.PartsGrid', { var proxy = this.store.getProxy(); proxy.extraParams.category = category; - this.searchField.onTrigger1Click(); this.store.currentPage = 1; this.store.load({ start: 0});