浏览代码

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(),