Commit 7875bb84 by libai

测试

parent 9b2fe714
Showing with 4 additions and 0 deletions
......@@ -187,6 +187,10 @@ $(function(){
else tagsArr+=''+list.tags[j].tagName+','
}
$(".keywords-meta").attr("content",tagsArr)
if(localStorage.day!=new Date().getDate()){
localStorage.out=myTopicId
localStorage.day=new Date().getDate()
}
if(localStorage.out!=undefined) localStorage.out=localStorage.out+','+myTopicId
else localStorage.out=myTopicId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment