사용자:Nessun/common.js: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
$(document).ready(function(){
$(document).ready(function(){
   if($("#no-ad").length >0 ){
   if($("#no-ad").length >0 ){
     $('.adsbygoogle').css('display', 'none');
     $('.adsbygoogle').css('display', 'none').empty();
    $('.adsbygoogle').empty();
   }
   }
});
});

2016년 1월 20일 (수) 15:02 판

$(document).ready(function(){
  if($("#no-ad").length >0 ){
    $('.adsbygoogle').css('display', 'none').empty();
  }
});