summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-10-06 14:28:18 +0200
committerGeorg Brandl <georg@python.org>2011-10-06 14:28:18 +0200
commitd92dabb1d9d02abf2e26540120a64bb4d3eb4484 (patch)
tree68449d0bc2666d1b9881da492524120c0bc4a9d9 /sphinx/themes/basic
parent68f68bdf37b1602b4463f2f6891159b13cb70c91 (diff)
downloadsphinx-d92dabb1d9d02abf2e26540120a64bb4d3eb4484.tar.gz
Update the websupport tests to API changes.
Diffstat (limited to 'sphinx/themes/basic')
-rw-r--r--sphinx/themes/basic/static/websupport.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/static/websupport.js b/sphinx/themes/basic/static/websupport.js
index cbb60923..e9bd1b85 100644
--- a/sphinx/themes/basic/static/websupport.js
+++ b/sphinx/themes/basic/static/websupport.js
@@ -566,7 +566,7 @@
var context = $.extend({}, opts, comment);
var div = $(renderTemplate(commentTemplate, context));
- // If the user has voted on this comment, highblight the correct arrow.
+ // If the user has voted on this comment, highlight the correct arrow.
if (comment.vote) {
var direction = (comment.vote == 1) ? 'u' : 'd';
div.find('#' + direction + 'v' + comment.id).hide();