0.0.93
This commit is contained in:
@@ -8,8 +8,14 @@ function getNewMessageSession (){
|
|||||||
for(var i = 0;i < o.length;i++){
|
for(var i = 0;i < o.length;i++){
|
||||||
r[o[i].split("=")[0]] = o[i].split("=")[1];
|
r[o[i].split("=")[0]] = o[i].split("=")[1];
|
||||||
}
|
}
|
||||||
let prs = JSON.parse(r['user_alerts'])
|
let prs_ = null
|
||||||
let prs_ = JSON.parse(prs)
|
if (r['user_alerts']){
|
||||||
|
let prs = JSON.parse(r['user_alerts'])
|
||||||
|
prs_ = JSON.parse(prs)
|
||||||
|
} else {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
|
||||||
// if (prs === "{'new_message': True}"){
|
// if (prs === "{'new_message': True}"){
|
||||||
// prs = {
|
// prs = {
|
||||||
// 'new_message' : 'True'
|
// 'new_message' : 'True'
|
||||||
@@ -20,6 +26,7 @@ function getNewMessageSession (){
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
// b = cookieS
|
// b = cookieS
|
||||||
|
// let b = CookieStore.getAll()
|
||||||
return prs_;
|
return prs_;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user