提交 811a99e0 authored 作者: Seven Du's avatar Seven Du

close websocket before unload

上级 d9207423
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论