미디어위키:Common.js: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
266번째 줄: 266번째 줄:
         }
         }
     }
     }
}
if(mw.user.getId() == 0){
var $tb = document.querySelector('.mw-portlet-tb');
if($tb) $tb.parentElement.removeChild($tb);
}
}