Closes #682: Fix JS incompatibility with jQuery >= 1.5.

This commit is contained in:
Georg Brandl 2011-05-15 12:20:47 +02:00
parent 569516dd0e
commit 4e85a6ed42
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
Release 1.0.8 (in development)
==============================
* #682: Fix JS incompatibility with jQuery >= 1.5.
* #693: Fix double encoding done when writing HTMLHelp .hhk files.
* #647: Do not apply SmartyPants in parsed-literal blocks.

View File

@ -489,7 +489,7 @@ var Search = {
listItem.slideDown(5, function() {
displayNextItem();
});
});
}, "text");
} else {
// no source available, just display title
Search.output.append(listItem);