hypothetical/resources/assets/js/app.js

7 lines
166 B
JavaScript
Raw Normal View History

2016-01-03 19:08:53 -05:00
// run once the document is ready
$(document).ready(function() {
// initialize the contact form
if ($('#contact-form').length)
contactFormInit();
});