mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-10 19:21:05 -08:00
get progressbar to display correctly in extensions tab
This commit is contained in:
parent
ee373a737c
commit
9a4a1aac81
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