Skip to content

Commit

Permalink
Update contact.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-vro authored Jan 23, 2022
1 parent 3cb1a2a commit 152183f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function submitEmail() {
};


emailjs.send("service_c6virom", "template_w25rcoa", param).then(
emailjs.send("service_name", "template_name", param).then(
function (response) {
alert("SUCCESS! " + response.status + " " + response.text);
},
Expand Down

0 comments on commit 152183f

Please sign in to comment.