Set dataType JSON of ajax request of prebind_url

This commit is contained in:
JC Brand 2016-03-16 12:56:11 +00:00
parent e461b22ff9
commit 2173359718

View File

@ -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,