Workflow updating files of rmtimes

This commit is contained in:
RanchiMall Dev 2024-01-16 21:39:48 +00:00
parent 2ca26c3479
commit 119451318b
2 changed files with 4 additions and 2 deletions

View File

@ -1030,13 +1030,15 @@
render.writerPage(params)
break;
case 'dashboard':
targetPage = 'dashboard'
targetPage = 'dashboard';
getRef('loading').classList.remove('hide')
await Promise.all([
floCloudAPI.requestObjectData('adminData'),
floCloudAPI.requestGeneralData('publishing_requests', {
callback: (d, e) => renderDashboard(d)
})
])
getRef('loading').classList.add('hide')
calculateVotes()
break;
}

File diff suppressed because one or more lines are too long