partkeepr

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

commit 66317d8e5c48caea9728a90e05c83c9db3709987
parent c33ac4f3351ac9675dc43c34c07bd0f34678f299
Author: felicitus <felicitus@felicitus.org>
Date:   Fri,  6 Jul 2012 00:55:11 +0200

Fixed category node highlighting (sync category) for ExtJS 4.1

Diffstat:
Msrc/frontend/js/Components/Part/PartsManager.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/js/Components/Part/PartsManager.js b/src/frontend/js/Components/Part/PartsManager.js @@ -124,7 +124,7 @@ Ext.define('PartKeepr.PartManager', { var htmlNode = new Ext.Element(this.tree.getView().getNode(node)); - htmlNode.highlight("2aaad3"); + htmlNode.first().highlight("2aaad3"); }, /** * Called when the delete button was clicked.