更改

跳到导航 跳到搜索
删除76字节 、 2020年11月2日 (一) 08:52
无编辑摘要
第493行: 第493行:  
});
 
});
   −
/*
+
 
 
function wantLive(){
 
function wantLive(){
    JSconfig.readCookies();
+
     if($.cookie('wantLive') != 'true'){
     if(JSconfig.keys['wantLive'] != 'true'){
   
         if(confirm("想明白生命的意义吗?想真正的……活着吗?")){
 
         if(confirm("想明白生命的意义吗?想真正的……活着吗?")){
             JSconfig.keys['wantLive']='true';
+
             $.cookie( 'wantLive', 'true' );
            JSconfig.writeCookies();
   
         }
 
         }
 
         else{
 
         else{
第509行: 第507行:  
     }
 
     }
 
}
 
}
$( wantLive);*/
+
$( wantLive);

导航菜单