提交 1c9b2279 authored 作者: Seven Du's avatar Seven Du 提交者: Travis Cross

close websocket before unload

上级 0d31ccd6
......@@ -626,6 +626,12 @@
-->
<script type="text/javascript">
$(window).on('beforeunload', function() {
if (socket) {
socket.close();
}
});
function auto_update_calls() {
var x = $('#auto_update_calls')[0];
if (typeof x != "undefined" && x.checked) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论