jawadalkassim / sunrundirect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sunrundirect

if (res.code == 200) { const posted = res?.body?.posted || false; if (posted) { pollForSuccess(res.body.conversion_id, success); } else { measureSubmissionDuration.capture('complete'); success(); } } else {

                                                        $("#loader").hide();
                                                        $('#form_box').show();
                                                        const question = res?.body?.question || 10;
                                                        const fieldName = getFieldName(question);
                                                        $('.btn-next').removeAttr('disabled');
                                                        progressFieldsetSteps(question, fieldName);
                                                        $("input, select").removeAttr('disabled', 'disabled');
                                                    }

About


Languages

Language:Hack 55.4%Language:PHP 18.1%Language:JavaScript 17.0%Language:CSS 9.5%