diff options
| author | Georg Brandl <georg@python.org> | 2011-05-15 12:20:47 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-05-15 12:20:47 +0200 |
| commit | 4ed146b3e8be6cb51cd4840296682f164f55f449 (patch) | |
| tree | ea01ece128f9099ca884d5c3d09d71fcbf5a7ed1 /sphinx | |
| parent | bfbfde2649b1acd53a037a0c55d568499c0eec86 (diff) | |
| download | sphinx-4ed146b3e8be6cb51cd4840296682f164f55f449.tar.gz | |
Closes #682: Fix JS incompatibility with jQuery >= 1.5.
Diffstat (limited to 'sphinx')
| -rw-r--r-- | sphinx/themes/basic/static/searchtools.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/static/searchtools.js b/sphinx/themes/basic/static/searchtools.js index dae92b5e..9308c6d5 100644 --- a/sphinx/themes/basic/static/searchtools.js +++ b/sphinx/themes/basic/static/searchtools.js @@ -489,7 +489,7 @@ var Search = { listItem.slideDown(5, function() { displayNextItem(); }); - }); + }, "text"); } else { // no source available, just display title Search.output.append(listItem); |
