Skip to content
Snippets Groups Projects
Commit 5043b2b0 authored by Rikesh Ramlochund's avatar Rikesh Ramlochund
Browse files

Validation issues: Missing semicolons

parent f8b8aff0
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ $(function() {
//clear all fields
$('#contactForm').trigger("reset");
},
})
});
},
filter: function() {
return $(this).is(":visible");
......
......@@ -36,7 +36,7 @@ $(function() {
// Highlight the top nav as scrolling occurs
$('body').scrollspy({
target: '.navbar-fixed-top'
})
});
// Closes the Responsive Menu on Menu Item Click
$('.navbar-collapse ul li a:not(.dropdown-toggle)').click(function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment