diff --git a/app/assets/javascripts/layout.js b/app/assets/javascripts/layout.js index c68a80ff4..261f0cc92 100644 --- a/app/assets/javascripts/layout.js +++ b/app/assets/javascripts/layout.js @@ -479,11 +479,11 @@ $myTitle.html(stepDialogTitle); } // Hide all steps: - $('[layout-wizard-step]').hide(); // Invoke the 'show' function, if present prior to actually showing. if (context._.contains(context._.keys(wizardShowFunctions), targetStepId)) { wizardShowFunctions[targetStepId](); } + $('[layout-wizard-step]').hide(); $targetStep.show(); }