Merge branches 'master' and 'wangyong' of gitcafe.com:ibuler/jumpserver

pull/6/head
ibuler 2015-04-23 11:23:05 +08:00
commit 0beb683c40
1 changed files with 2 additions and 2 deletions

View File

@ -209,8 +209,8 @@
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: g_url, url: g_url,
success: window.open("/jlog/log_list/online/", "_self"), success: window.open("/jlog/log_list/online/", "_self")
error: window.open(g_url, "_self") // error: window.open(g_url, "_self")
}); });
} }