解决阻断报错问题

pull/6/head
root 2015-04-23 11:20:12 +08:00
parent 8a8f68d908
commit b134c90bfd
1 changed files with 2 additions and 2 deletions

View File

@ -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")
});
}