register open option

This commit is contained in:
life
2014-05-07 20:31:30 +08:00
parent d5928b06cf
commit 4a6381bf5d
17 changed files with 370 additions and 331 deletions

View File

@ -706,7 +706,7 @@ function hideLoading() {
// 注销, 先清空cookie
function logout() {
$.removeCookie("REVEL_SESSION");
$.removeCookie("LEANOTE_SESSION");
location.href = "/logout?id=1";
}