मीडियाविकि:Common.js: संशोधनहरू बीचको भिन्नता

कुनै सम्पादन सारांश छैन
कुनै सम्पादन सारांश छैन
पङ्क्ति २५७: पङ्क्ति २५७:
// 데스크탑 언어
// 데스크탑 언어
var langDiv = document.getElementById('right-navigation');
var langDiv = document.getElementById('right-navigation');
if(langDiv){
var navHTML = '<nav id="p-cactions" class="mw-portlet mw-portlet-cactions vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation">' +
var navHTML = '<nav id="p-cactions" class="mw-portlet mw-portlet-cactions vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation">' +
'<input type="checkbox" id="p-cactions-checkbox" role="button" aria-haspopup="true" data-event-name="ui.dropdown-p-cactions" class="vector-menu-checkbox" aria-labelledby="p-cactions-label">' +
'<input type="checkbox" id="p-cactions-checkbox" role="button" aria-haspopup="true" data-event-name="ui.dropdown-p-cactions" class="vector-menu-checkbox" aria-labelledby="p-cactions-label">' +
पङ्क्ति २७२: पङ्क्ति २७३:
'</div>' +
'</div>' +
'</nav>';
'</nav>';
langDiv.insertAdjacentHTML('afterbegin', navHTML);
langDiv.insertAdjacentHTML('afterbegin', navHTML);
}