fix #385 : modify suggest path

This commit is contained in:
Shinsuke Sugaya 2016-02-25 20:58:19 +09:00
parent 80b620bd1e
commit a0bc88d18d

View file

@ -28,8 +28,8 @@ $(function(){
$('#query').suggestor( {
ajaxinfo: {
url: contextPath + '/json',
fn: 'content',
url: contextPath + '/suggest',
fn: '_default,content,title',
num: 10
},
boxCssInfo: {