partkeepr

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

commit 48028c0f2de0abd76e1699ba5667089295b9e218
parent a0ef018c10677846542609a42fb282dfcc42b35d
Author: Felicia Hummel <felicia@partkeepr.com>
Date:   Tue, 17 Jan 2017 18:05:04 +0100

Fixed error where a QuickTip wasn't unregistered

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

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartFilterPanel.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartFilterPanel.js @@ -1027,7 +1027,7 @@ Ext.define('PartKeepr.PartFilterPanel', { this.internalIdFilter = Ext.create("Ext.form.field.Text", { fieldLabel: i18n("Internal ID"), anchor: '100%', - itemId: '#idField', + itemId: 'idField', qtip: i18n( "The first number is the ID in decimal, the second number is the ID in base36. To search in base36 format you need to prefix the search string with #, example: #15y"), plugins: [