summaryrefslogtreecommitdiff
path: root/doc/html/_static/websupport.js
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_static/websupport.js')
-rw-r--r--doc/html/_static/websupport.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/_static/websupport.js b/doc/html/_static/websupport.js
index 53f6a45..3b4999e 100644
--- a/doc/html/_static/websupport.js
+++ b/doc/html/_static/websupport.js
@@ -4,7 +4,7 @@
*
* sphinx.websupport utilities for all documentation.
*
- * :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
@@ -301,7 +301,7 @@
li.hide();
// Determine where in the parents children list to insert this comment.
- for(i=0; i < siblings.length; i++) {
+ for(var i=0; i < siblings.length; i++) {
if (comp(comment, siblings[i]) <= 0) {
$('#cd' + siblings[i].id)
.parent()