Skip to content

Commit 35f6685

Browse files
Update video-script.js
Fixed Reset Button so it doesn't clear out billing details.
1 parent a270c28 commit 35f6685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

video-script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ var billingNotes;
2020
$("#reset-btn").click(function(){
2121
$("#contactForm").trigger("reset");
2222
$(".pulled-detail").html("");
23+
$("#billing-notes").val("").change();
2324
resetTimer();
2425
});
2526

0 commit comments

Comments
 (0)