/*! For license information please see component-smartwizard.js.LICENSE.txt */ "use strict";document.addEventListener("DOMContentLoaded",(function(){$("#smartwizard").smartWizard({toolbar:{extraHtml:'Skip'}}),$("#smartwizard").on("showStep",(function(t,a,n,s,e){"last"===e?$(".finish-btn").show():$(".finish-btn").hide()})),$("#smartwizard2").smartWizard({theme:"dots",toolbar:{extraHtml:'Skip'}})}));