summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-05-15 13:52:48 +0200
committerGeorg Brandl <georg@python.org>2011-05-15 13:52:48 +0200
commitfd2c55eaea41cfb0db941c7d0538215306f1da9a (patch)
treee930a63eeab723b56cb4a281cf219602010299df /sphinx/themes/basic/static
parent88a4dce9a45b76d990e2768de69eb465a5f216f7 (diff)
parentba9d023acf4361093666eaf1aa6e78b0ab41a891 (diff)
downloadsphinx-fd2c55eaea41cfb0db941c7d0538215306f1da9a.tar.gz
merge with 1.0
Diffstat (limited to 'sphinx/themes/basic/static')
-rw-r--r--sphinx/themes/basic/static/searchtools.js_t2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/static/searchtools.js_t b/sphinx/themes/basic/static/searchtools.js_t
index 2f1dc682..0aa291cb 100644
--- a/sphinx/themes/basic/static/searchtools.js_t
+++ b/sphinx/themes/basic/static/searchtools.js_t
@@ -284,7 +284,7 @@ var Search = {
listItem.slideDown(5, function() {
displayNextItem();
});
- });
+ }, "text");
} else {
// no source available, just display title
Search.output.append(listItem);