Skip to content

Commit

Permalink
[UnblockHelath] Fix jQuery issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonpaul committed Nov 8, 2023
1 parent 50142ca commit e6276db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/main-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ $(document).ready(function () {

$('#contact-submit-live').click(function (e) {
e.preventDefault();
var $success = $('#success');
$success.show().html('');
var uid = 0;
uid = uuidv4();
Expand Down

0 comments on commit e6276db

Please sign in to comment.