From b134c90bfd968c8a76abf4a5ef83e179fee8cbc9 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Apr 2015 11:20:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=98=BB=E6=96=AD=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/jlog/log_online.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") }); }