Content deleted Content added
DreamRimmer (talk | contribs) expand ArbComCases |
DreamRimmer (talk | contribs) move arbcom section |
||
Line 9:
function initializeAdminNewsTools() {
$('#mw-content-text > p').remove();
$('#firstHeading').text('
var monthSelect = new OO.ui.DropdownWidget({
Line 898:
resultsContainer.append(arbcomHtml);
resultIndex++;
fetchArbComCases().then(arbcomCasesHtml => {▼
const arbcomTasksHtml = createCollapsibleSection('Arbitration Committee open and recently closed cases', arbcomCasesHtml);▼
resultsContainer.append(arbcomTasksHtml);▼
});▼
}
if (sections.includes('rfc')) {
Line 904 ⟶ 909:
resultIndex++;
}
▲ fetchArbComCases().then(arbcomCasesHtml => {
▲ const arbcomTasksHtml = createCollapsibleSection('Arbitration Committee open and recently closed cases', arbcomCasesHtml);
▲ resultsContainer.append(arbcomTasksHtml);
▲ });
▲ }
if (section === 'all' || section === 'misc') {
const miscPromises = [];
|