jack 7 年 前
コミット
018b7fbd15
共有1 個のファイルを変更した6 個の追加6 個の削除を含む
  1. 6 6
      js/common.js

+ 6 - 6
js/common.js

@ -107,12 +107,12 @@ function exit() {
107 107
	location.href = "index.html"
108 108
}
109 109
function exitStaticize() {
110
	$.cookie('userid', null);
111
	$.cookie('userAuth', null);
112
	$.cookie('userEmail', null);
113
	$.cookie('userMobilePhone', null);
114
	$.cookie('userName', null);
115
	$.cookie('userType', null);
110
	$.cookie('userid', null,{ path: '/' });
111
	$.cookie('userAuth', null,{ path: '/' });
112
	$.cookie('userEmail', null,{ path: '/' });
113
	$.cookie('userMobilePhone', null,{ path: '/' });
114
	$.cookie('userName', null,{ path: '/' });
115
	$.cookie('userType', null,{ path: '/' });
116 116
	location.href = "/index.html"
117 117
}
118 118
function valUser() {