1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00
This commit is contained in:
Daniel Waxweiler
2023-11-11 20:12:30 +01:00
parent c0cc4199df
commit 761b1d1c46
4 changed files with 83 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ export function showLoadingIndicator(container) {
indicator.style.display = 'block'
}
function hideLoadingIndicator(container) {
export function hideLoadingIndicator(container) {
const indicator = container.querySelector('.loading-indicator')
indicator.style.display = 'none'
}