Whoops, forgot to make site footer load when I released v2

This commit is contained in:
Calvin Montgomery 2013-07-13 00:53:32 -04:00
parent 94cba2e72e
commit 7bc86037b7
1 changed files with 3 additions and 0 deletions

View File

@ -396,6 +396,9 @@ else {
}); });
} }
/* custom footer */
$("#sitefooter").load("footer.html");
/* oh internet explorer, how I hate thee */ /* oh internet explorer, how I hate thee */
$(":input:not(textarea)").keypress(function(ev) { $(":input:not(textarea)").keypress(function(ev) {
return ev.keyCode != 13; return ev.keyCode != 13;