You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
Update index.js
This commit is contained in:
@@ -84,9 +84,9 @@ async function refreshAppList() {
|
|||||||
appListContainer.innerHTML = '';
|
appListContainer.innerHTML = '';
|
||||||
loadingIndicator.style.display = 'flex';
|
loadingIndicator.style.display = 'flex';
|
||||||
await new Promise(resolve => setTimeout(resolve, 500));
|
await new Promise(resolve => setTimeout(resolve, 500));
|
||||||
loadingIndicator.style.display = 'none';
|
|
||||||
window.scrollTo(0, 0);
|
window.scrollTo(0, 0);
|
||||||
await fetchAppList();
|
await fetchAppList();
|
||||||
|
loadingIndicator.style.display = 'none';
|
||||||
isRefreshing = false;
|
isRefreshing = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user