partkeepr

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

commit b977bbcecf82087ea80bc8698d8099f9f8709ee8
parent c86644c29fa8c923ef9511da39bd3f4b9962cc6a
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu,  8 Oct 2015 17:24:25 +0200

Always enable the next button when switching to a page

Diffstat:
Mweb/setup/js/wizard/BreadCrumbWizard.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/web/setup/js/wizard/BreadCrumbWizard.js b/web/setup/js/wizard/BreadCrumbWizard.js @@ -133,6 +133,8 @@ Ext.define('Ext.ux.BreadCrumbWizard', { previousButton.enable(); } + nextBtn.enable(); + if (index === childViewCount - 1) { nextBtn.setText('Submit'); } else {