Commit 97e13d82 by Carsten Brandt

renamed jssearch

parent 4f9e4e2c
......@@ -134,7 +134,7 @@ $('#searchbox').on("keyup", function(event) {
$('#search-resultbox').show();
$('#search-results').html('<li><span class="no-results">No results</span></li>');
var result = $.jssearch.search(query);
var result = jssearch.search(query);
if (result.length > 0) {
var i = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment