fix #2134 replace with json

This commit is contained in:
Shinsuke Sugaya 2019-05-28 05:59:48 +09:00
parent 3f0dc97513
commit a3b34aa560

View file

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