mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-06-05 21:59:25 +02:00
undo export
This commit is contained in:
@ -80,7 +80,7 @@ export function showLoadingIndicator(container) {
|
||||
indicator.style.display = 'block'
|
||||
}
|
||||
|
||||
export function hideLoadingIndicator(container) {
|
||||
function hideLoadingIndicator(container) {
|
||||
const indicator = container.querySelector('.loading-indicator')
|
||||
indicator.style.display = 'none'
|
||||
}
|
||||
|
Reference in New Issue
Block a user