partkeepr

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

commit 71e542be1487d3954dce67819193fe056d9b96cb
parent 95143d331b258dcb9643ae0ea8e0ea5649481460
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri, 18 Dec 2015 12:54:06 +0100

Fixed iconCls for the cancel button in the add/remove dialog, fixes #537

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartStockWindow.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartStockWindow.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartStockWindow.js @@ -121,7 +121,7 @@ Ext.define('PartKeepr.PartStockWindow', { { text: i18n("Close"), handler: this.onCloseClick, - icon: "web-icon cancel", + iconCls: "web-icon cancel", scope: this }, this.okButton ];