(text)
| 41 | |
| 42 | // Google text search (different than codebrowser.js) |
| 43 | var text_search = function(text) { |
| 44 | var location = "" + (window.location); |
| 45 | window.location = "http://google.com/search?sitesearch=" + encodeURIComponent(location) + "&q=" + encodeURIComponent(text); |
| 46 | } |
| 47 | |
| 48 | var fileIndex = []; |
| 49 | var searchTerms = {} |