X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Ffooter.inc;h=a105d75503e87c71d5736e9a713f0cca410e7dcc;hb=231addc23887aa8b906dca18ea0b2a6fe63c3c39;hp=61c731186c39b3e407ec06a7ffbb106fcf7449b4;hpb=061f4eff6493a6cca071338156225401ae849d72;p=fa-stable.git diff --git a/includes/page/footer.inc b/includes/page/footer.inc index 61c73118..a105d755 100644 --- a/includes/page/footer.inc +++ b/includes/page/footer.inc @@ -11,7 +11,7 @@ ***********************************************************************/ function page_footer($no_menu=false, $is_index=false) { - global $path_to_root; + global $path_to_root, $js_lib; if (in_ajax()) return;// just for speed up @@ -22,6 +22,14 @@ function page_footer($no_menu=false, $is_index=false) $rend = new renderer(); $rend->menu_footer($no_menu, $is_index); echo ""; + + add_user_js_data(); + echo "\n\n"; echo "\n"; }