바뀜

둘러보기로 가기 검색하러 가기
잔글
편집 요약 없음
24번째 줄: 24번째 줄:  
position: 'bottom'
 
position: 'bottom'
 
})
 
})
.next('creation2')
+
.transition( function () {
 +
if (gt.isEditing()) {
 +
return 'edit1';
 +
}
 +
})
 
.back('intro');
 
.back('intro');
 
 
 +
tour.step({
 +
name: 'edit1',
 +
title: '회의 공고 문서 편집하기',
 +
description: '미디어위키:Guidedtour-tour-edituacouncilnotice.js/creation2',
 +
onShow: gt.getPageAsDescription,
 +
attachTo: '#bodyContent > div.oo-ui-widget.ve-ui-surface.ve-ui-surface-visual.ve-ui-mwSurface.ve-init-mw-target-surface.ve-ui-surface-dir-ltr > div.ve-ui-overlay-local.ve-ui-overlay > div:nth-child(2) > div.ve-ce-surface-highlights > div.ve-ce-surface-highlights-focused > div > div',
 +
position: 'left'
 +
})
 +
.next('edit2');
 
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );
 
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );

둘러보기 메뉴