mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 19:01:06 -08:00
get progressbar to display correctly in extensions tab
This commit is contained in:
parent
965c728914
commit
afea99a72b
3 changed files with 12 additions and 3 deletions
|
|
@ -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() {
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue