mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-11-01 07:17:47 +00:00
11 lines
267 B
JavaScript
11 lines
267 B
JavaScript
$(document).ready(function() {
|
|
$('.tipue_search').tipuesearch({
|
|
'show': 10,
|
|
'mode': 'json',
|
|
'showURL': false,
|
|
'descriptiveWords': 75,
|
|
'highlightEveryTerm': true,
|
|
'contentLocation': './tipue_search.json'
|
|
});
|
|
});
|