Selaa lähdekoodia

fix #385 : modify suggest path

Shinsuke Sugaya 9 vuotta sitten
vanhempi
commit
a0bc88d18d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/main/webapp/js/help.js

+ 2 - 2
src/main/webapp/js/help.js

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