Dano Núñez
Results
1
comments of
Dano Núñez
Hi, i solved the problem as follows: > jquery.smartWizard.js line 387 Change: > if (this.options.includeFinishButton){ > if (!this.steps.hasClass('disabled') || this.options.enableFinishButton){ > $(this.buttons.finish).removeClass("buttonDisabled"); > if (this.options.hideButtonsOnDisabled) { > $(this.buttons.finish).show(); > }...