Replacing tipue search by duckduckgo iframe

This commit is contained in:
Lucas Cimon
2017-12-20 21:55:08 +01:00
parent 6dfec32172
commit d6d9329d30
21 changed files with 66 additions and 3789 deletions

View File

@@ -1,10 +0,0 @@
$(document).ready(() => {
$('.tipue_search').tipuesearch({
show: 10,
mode: 'json',
showURL: false,
descriptiveWords: 75,
highlightEveryTerm: true,
contentLocation: './tipue_search.json',
});
});