partkeepr

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

commit ef39e8234f74dc513ae556cca266b8868da5dde0
parent 42d4848d6030b0eed9e091760e914eb461bd0c99
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon,  6 Jul 2015 02:39:36 +0200

Removed doLayout as it's obsolete

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Dialogs/ExceptionWindow.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Dialogs/ExceptionWindow.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Dialogs/ExceptionWindow.js @@ -213,8 +213,7 @@ Ext.define('PartKeepr.ExceptionWindow', { this.show(); this.topContainer.layout.setActiveItem(0); - this.doLayout(); - + var keyMap = this.getKeyMap(); keyMap.on(Ext.event.Event.ENTER, function () { this.hide(); }, this); },