better implementation for dl icon directly in message builder

This commit is contained in:
simon
2021-09-25 18:54:37 +07:00
parent c165f152a9
commit 2de99d7e37
2 changed files with 9 additions and 7 deletions

View File

@@ -76,7 +76,6 @@ function downloadNow(button) {
document.getElementById(youtube_id).remove();
setTimeout(function(){
handleInterval();
buildDownloadIcons();
}, 500);
}