Browse Source

fix #2134 replace with json

Shinsuke Sugaya 6 years ago
parent
commit
a3b34aa560
1 changed files with 1 additions and 1 deletions
  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(),