fix #2134 replace with json
This commit is contained in:
parent
3f0dc97513
commit
a3b34aa560
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
$.ajax({
|
||||
url: settingAjaxInfo.url,
|
||||
type: "get",
|
||||
dataType: "jsonp",
|
||||
dataType: "json",
|
||||
cache: false,
|
||||
data: {
|
||||
query: $textArea.val(),
|
||||
|
|
Loading…
Add table
Reference in a new issue