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