hypothetical/resources/assets/js/app.js
2016-01-03 19:08:53 -05:00

6 lines
166 B
JavaScript

// run once the document is ready
$(document).ready(function() {
// initialize the contact form
if ($('#contact-form').length)
contactFormInit();
});