Browse Source

fix #2134 replace with json

Shinsuke Sugaya 6 năm trước cách đây
mục cha
commit
a3b34aa560
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(),