mirror of https://github.com/snachodog/mybuddy.git
4 lines
59 B
JavaScript
4 lines
59 B
JavaScript
|
$(document).ready(function() {
|
||
|
$('form').ajaxForm();
|
||
|
});
|