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

View file

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