mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge with 0.5.
This commit is contained in:
commit
79f9948090
3
CHANGES
3
CHANGES
@ -26,6 +26,9 @@ Release 0.5.1 (in development)
|
||||
|
||||
* Don't crash on empty index entries, only emit a warning.
|
||||
|
||||
* Fix a typo in the search JavaScript code, leading to unusable
|
||||
search function in some setups.
|
||||
|
||||
|
||||
Release 0.5 (Nov 23, 2008) -- Birthday release!
|
||||
===============================================
|
||||
|
@ -239,7 +239,7 @@ var Search = {
|
||||
},
|
||||
|
||||
hasIndex : function() {
|
||||
return self._index !== null;
|
||||
return this._index !== null;
|
||||
},
|
||||
|
||||
deferQuery : function(query) {
|
||||
|
Loading…
Reference in New Issue
Block a user