|
@ -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() {
|