This website works better with JavaScript.
Home
Explore
Help
Sign In
akhilesh.chandak
/
PartnerCampaign
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
handle resend OTP
main
khanshanawaz10
10 months ago
parent
393d1ae11b
commit
f3b5b6cbd1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
campaign.html
+ 1
- 1
campaign.html
View File
@ -1388,8 +1388,8 @@ input[type=number]::-webkit-outer-spin-button {
// function TimerClock() {
var timerId;
let canResend = true;
function startTimer() {
let canResend = true;
let timeLeft = 120;
timerId = setInterval(() => {
if (timeLeft
<
= 0) {
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.