mirror of
https://github.com/vladmandic/automatic
synced 2026-09-06 04:50:44 +02:00
update
This commit is contained in:
@@ -16,9 +16,9 @@ function extensions_check(info, extensions_disabled_list, search_text, sort_colu
|
||||
gradioApp().querySelectorAll('#extensions input[type="checkbox"]').forEach((x) => {
|
||||
if (x.name.startsWith('enable_') && !x.checked) disable.push(x.name.substr(7));
|
||||
});
|
||||
gradioApp().querySelectorAll('#extensions .extension_status').forEach((x) => {
|
||||
x.innerHTML = 'Loading...';
|
||||
});
|
||||
// gradioApp().querySelectorAll('#extensions .extension_status').forEach((x) => {
|
||||
// x.innerHTML = 'Loading...';
|
||||
// });
|
||||
const id = randomId();
|
||||
// requestProgress(id, gradioApp().getElementById('extensions_installed_top'), null, null, null, false);
|
||||
return [id, JSON.stringify(disable), search_text, sort_column];
|
||||
|
||||
Reference in New Issue
Block a user