|
|
@ -1448,7 +1448,10 @@ input[type=number]::-webkit-outer-spin-button { |
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> |
|
|
|
<script type="text/javascript"> |
|
|
|
function handleNewConfirm() { |
|
|
|
window.location.reload() |
|
|
|
console.log("ArnNew-Flow"); |
|
|
|
setTimeout(() => { |
|
|
|
window.location.reload() |
|
|
|
}, 500); |
|
|
|
} |
|
|
|
// function handleOTPform() { |
|
|
|
const inputs = document.querySelectorAll('.otp-input input'); |
|
|
|