Set dataType JSON of ajax request of prebind_url
This commit is contained in:
parent
e461b22ff9
commit
2173359718
@ -1615,6 +1615,7 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: this.prebind_url,
|
url: this.prebind_url,
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
|
dataType: "json",
|
||||||
success: function (response) {
|
success: function (response) {
|
||||||
this.connection.attach(
|
this.connection.attach(
|
||||||
response.jid,
|
response.jid,
|
||||||
|
Loading…
Reference in New Issue
Block a user