mirror of https://github.com/calzoneman/sync.git
Whoops, forgot to make site footer load when I released v2
This commit is contained in:
parent
94cba2e72e
commit
7bc86037b7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue