Disable ws pending for fix

This commit is contained in:
Jiiks 2016-02-12 21:35:12 +02:00
parent 7d4244e1cb
commit 53d9a81849
2 changed files with 4 additions and 70 deletions

View File

@ -1688,7 +1688,7 @@ function BdWSocket() {
BdWSocket.prototype.start = function () {
var self = this;
$.ajax({
/* $.ajax({
method: "GET",
url: "https://discordapp.com/api/gateway",
headers: {
@ -1697,7 +1697,7 @@ BdWSocket.prototype.start = function () {
success: function (data) {
self.open(data.url);
}
});
});*/
};
BdWSocket.prototype.open = function (host) {

70
js/main.min.js vendored

File diff suppressed because one or more lines are too long