var captcha = sliderCaptcha({
id: 'captcha',
repeatIcon: 'fa fa-redo',
onSuccess: function () {
var handler = setTimeout(function () {
window.clearTimeout(handler);
captcha.reset();
}, 500);
}
});
