Commit 66786222 authored by IYism's avatar IYism

bugfix

修复chrome浏览器有时候不能阻断的bug
parent 2f5cf429
...@@ -223,7 +223,9 @@ ...@@ -223,7 +223,9 @@
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: g_url, url: g_url,
success: window.open("/jlog/log_list/online/", "_self") success: function(){
document.location.reload();
}
// error: window.open(g_url, "_self") // error: window.open(g_url, "_self")
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment