Browse Source

feat - ARN flow complete console msg for new ARN

main
Shanawaz khan 1 month ago
parent
commit
32edcafeda
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      index.html

+ 4
- 1
index.html View File

@ -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');


Loading…
Cancel
Save

Powered by TurnKey Linux.