瀏覽代碼

Set dataType JSON of ajax request of `prebind_url`

JC Brand 9 年之前
父節點
當前提交
2173359718
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/converse-core.js

+ 1 - 0
src/converse-core.js

@@ -1615,6 +1615,7 @@
             $.ajax({
                 url:  this.prebind_url,
                 type: 'GET',
+                dataType: "json",
                 success: function (response) {
                     this.connection.attach(
                             response.jid,