사용자:Theoteryi/hotcat.js: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
Theoteryi (토론 | 기여)
잔글편집 요약 없음
Theoteryi (토론 | 기여)
잔글 Theoteryi(토론)의 2966061판 편집을 되돌림
321번째 줄:
} else {
var insertionpoint = hotcat_find_ins( t );
var newcatstring = '\n\[\[분류Category:' + cat_add + (cat_key != null ? cat_key : "") + '\]\]';
if( insertionpoint > -1 ) {
t = t.substring(0, insertionpoint ) + newcatstring + t.substring( insertionpoint );