Changeset 13316 for fact/tools/pyscripts/doc/_build/html/_static/sidebar.js
- Timestamp:
- 04/05/12 14:10:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/doc/_build/html/_static/sidebar.js
r13151 r13316 17 17 * reset to the default (expanded). 18 18 * 19 * :copyright: Copyright 2007-201 1by the Sphinx team, see AUTHORS.19 * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. 20 20 * :license: BSD, see LICENSE for details. 21 21 * … … 29 29 var sidebar = $('.sphinxsidebar'); 30 30 var sidebarwrapper = $('.sphinxsidebarwrapper'); 31 32 // for some reason, the document has no sidebar; do not run into errors33 if (!sidebar.length) return;34 31 35 32 // original margin-left of the bodywrapper and width of the sidebar
Note:
See TracChangeset
for help on using the changeset viewer.