diff --git a/www/assets/js/ui.js b/www/assets/js/ui.js index 7ab56059..90039a64 100644 --- a/www/assets/js/ui.js +++ b/www/assets/js/ui.js @@ -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;