get progressbar to display correctly in extensions tab

This commit is contained in:
AUTOMATIC1111
2023-08-30 08:05:18 +03:00
parent ee373a737c
commit 9a4a1aac81
3 changed files with 12 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ function extensions_check() {
var id = randomId();
requestProgress(id, gradioApp().getElementById('extensions_installed_top'), null, function() {
requestProgress(id, gradioApp().getElementById('extensions_installed_html'), null, function() {
});