修复在note的界面下从菜单中点退出,浏览器报错,导致退出不了的问题

This commit is contained in:
dds_feng
2014-12-29 21:34:23 +08:00
parent c0cd433c3f
commit b0d4005ad6
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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