diff --git a/templates/html/search.js b/templates/html/search.js index 6fd40c6770..3a30151d4e 100644 --- a/templates/html/search.js +++ b/templates/html/search.js @@ -22,6 +22,9 @@ @licend The above is the entire license notice for the JavaScript code in this file */ +var cookie_namespace = 'doxygen'; +var cookie_name = '_search_grp'; + function convertToId(search) { var result = ''; @@ -239,6 +242,25 @@ function SearchBox(name, resultsPath, extension) return count; } + this.GetSelectionIdByName = function(name) + { + var i=0,j=0; + var win=this.DOMSearchSelectWindow(); + for (i=0;i