summaryrefslogtreecommitdiff
path: root/docs/_build/html/_static/sidebar.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_build/html/_static/sidebar.js')
-rw-r--r--docs/_build/html/_static/sidebar.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/_build/html/_static/sidebar.js b/docs/_build/html/_static/sidebar.js
index a45e192..e9ef491 100644
--- a/docs/_build/html/_static/sidebar.js
+++ b/docs/_build/html/_static/sidebar.js
@@ -29,9 +29,6 @@ $(function() {
var sidebar = $('.sphinxsidebar');
var sidebarwrapper = $('.sphinxsidebarwrapper');
- // for some reason, the document has no sidebar; do not run into errors
- if (!sidebar.length) return;
-
// original margin-left of the bodywrapper and width of the sidebar
// with the sidebar expanded
var bw_margin_expanded = bodywrapper.css('margin-left');