소스 검색

fix #2134 replace with json

Shinsuke Sugaya 6 년 전
부모
커밋
a3b34aa560
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/js/suggestor.js

+ 1 - 1
src/main/webapp/js/suggestor.js

@@ -106,7 +106,7 @@
             $.ajax({
               url: settingAjaxInfo.url,
               type: "get",
-              dataType: "jsonp",
+              dataType: "json",
               cache: false,
               data: {
                 query: $textArea.val(),