Skip to content

Commit

Permalink
Added form action
Browse files Browse the repository at this point in the history
  • Loading branch information
melvitax committed Mar 6, 2018
1 parent a6c856b commit ff26537
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file removed js/.DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions js/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
// Add inverted rows to timeline
$(document).ready(function(){
$(".timeline li:odd").addClass("timeline-inverted")
var formURL = $("#contactForm").attr("action")
formURL += "melvitax"
formURL += "@"
formURL += "me"
formUEL += ".com"
$("#contactForm").attr("action", formURL)
});

// Netlify CMS
Expand Down

0 comments on commit ff26537

Please sign in to comment.