Fixed javascript errors in CHM version of the manual.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
eadb039ed5
commit
3e14a8d3d7
@ -326,7 +326,7 @@ HTML_FILE_EXTENSION = .html
|
||||
HTML_HEADER = custom_header.html
|
||||
HTML_FOOTER = custom_footer.html
|
||||
HTML_STYLESHEET = custom_stylesheet.css
|
||||
HTML_EXTRA_FILES =
|
||||
HTML_EXTRA_FILES = jquery-1.3.2.min.js
|
||||
HTML_COLORSTYLE_HUE =
|
||||
HTML_COLORSTYLE_SAT = 255
|
||||
HTML_COLORSTYLE_GAMMA = 100
|
||||
|
@ -7,6 +7,7 @@
|
||||
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
|
||||
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="$relpath$custom_stylesheet.css" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
|
||||
$treeview
|
||||
$search
|
||||
$mathjax
|
||||
|
19
docs/doxygen/jquery-1.3.2.min.js
vendored
Normal file
19
docs/doxygen/jquery-1.3.2.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user