diff options
Diffstat (limited to 'support/jsdoc/jsdoc-fix-html.js')
-rw-r--r-- | support/jsdoc/jsdoc-fix-html.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/jsdoc/jsdoc-fix-html.js b/support/jsdoc/jsdoc-fix-html.js index 8ebc618..3541e91 100644 --- a/support/jsdoc/jsdoc-fix-html.js +++ b/support/jsdoc/jsdoc-fix-html.js @@ -155,6 +155,7 @@ function fixFooter($page) { var $footer = $page.find('footer'); var text = $footer.text(); $footer.append(additionalFooterText); + $page.find('#main').append($footer); }; function fixModuleLinks(files, callback) { |