diff --git a/templates/jlog/log_online.html b/templates/jlog/log_online.html
index 2ae318d88..88b6080d2 100644
--- a/templates/jlog/log_online.html
+++ b/templates/jlog/log_online.html
@@ -209,8 +209,8 @@
$.ajax({
type: "GET",
url: g_url,
- success: window.open("/jlog/log_list/online/", "_self"),
- error: window.open(g_url, "_self")
+ success: window.open("/jlog/log_list/online/", "_self")
+// error: window.open(g_url, "_self")
});
}