UNPKG

pm4js

Version:

Process Mining for Javascript

13 lines (10 loc) 219 B
function wizardApply() { wizardCallback(); $('#wizardPopup').hide(); } function wizardCancel() { $('#wizardPopup').hide(); } $('#pm4jsWizardPopupClose').click(function(){ $('#wizardPopup').hide(); });