summaryrefslogtreecommitdiffstats
path: root/doc/global/html-header-online.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2015-12-09 10:31:57 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2015-12-09 11:47:49 +0000
commitb64c11f46490840629a72ebe78316342c9f6ff31 (patch)
treeff3f8423e1865bac07c6ca7814107915fc8cea19 /doc/global/html-header-online.qdocconf
parentb880b7e1ac15f3458c009d63002c872e7521eeab (diff)
Doc: Online template: dynamically load footer content
Add a line to load footer content from the global style folder. Change-Id: If57f13c2301e6145a26b3a4d04c7cb4695fe55fe Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'doc/global/html-header-online.qdocconf')
-rw-r--r--doc/global/html-header-online.qdocconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/global/html-header-online.qdocconf b/doc/global/html-header-online.qdocconf
index 450eb1120b..02b7375d32 100644
--- a/doc/global/html-header-online.qdocconf
+++ b/doc/global/html-header-online.qdocconf
@@ -36,6 +36,7 @@ HTML.headerscripts = \
" <script type=\"text/javascript\" src=\"scripts/extras.js\"></script>\n" \
" <script type=\"text/javascript\">\n" \
" \$(function(){\n" \
+ " \$(\"#footer\").load(\"/style/qt-footer.html\");\n" \
" \$(\"#sidebar-content\").load(\"style/qt5-sidebar.html\");\n" \
" });\n" \
" </script>\n" \