Skip to content

Commit

Permalink
corrected misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
melvitax committed Mar 6, 2018
1 parent e3ebd7a commit 0c8861d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Add inverted rows to timeline
$(document).ready(function(){
$(".timeline li:odd").addClass("timeline-inverted")
var formURL = $("#contactForm").attr("action").value()
var formURL = $("#contactForm").attr("action")
formURL += "melvitax"
formURL += "@"
formURL += "me"
formUEL += ".com"
formURL += ".com"
$("#contactForm").attr("action", formURL)
});

Expand Down

0 comments on commit 0c8861d

Please sign in to comment.