MediaWiki:Common.js:修订间差异

跳转到导航 跳转到搜索
Findsky留言 | 贡献
无编辑摘要
Findsky留言 | 贡献
无编辑摘要
第495行: 第495行:


function wantLive(){
function wantLive(){
     if($.cookie('wantLive') != 'false'){
     if($.cookie('wantLive') != 'true'){
         if(confirm("想明白生命的意义吗?想真正的……活着吗?")){
         if(confirm("想明白生命的意义吗?想真正的……活着吗?")){
             $.cookie( 'wantLive', 'true',{expires:30} );
             $.cookie( 'wantLive', 'true',{expires:30} );