Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
disconnect時にreloadする処理を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
nsyee-test-member committed Nov 12, 2012
1 parent 77178f5 commit 60ef5ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions public/js/chatroomApp.js
Expand Up @@ -43,10 +43,4 @@
}
});
});

setInterval(function() {
if (!connected) {
window.location.reload();
}
}, 2200);
}).call(this);
6 changes: 0 additions & 6 deletions public/js/dist/chatroom.js
Expand Up @@ -356,10 +356,4 @@
}
});
});

setInterval(function() {
if (!connected) {
window.location.reload();
}
}, 2200);
}).call(this);
2 changes: 1 addition & 1 deletion public/js/dist/chatroom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60ef5ec

Please sign in to comment.