mirror of
https://github.com/vladmandic/automatic
synced 2026-09-06 13:00:44 +02:00
readd js dummy function
This commit is contained in:
@@ -10,6 +10,10 @@ let uiLoaded = false;
|
||||
let opts_metadata = {};
|
||||
const opts_tabs = {};
|
||||
|
||||
function rememberGallerySelection(name) {
|
||||
// dummy
|
||||
}
|
||||
|
||||
function set_theme(theme) {
|
||||
const gradioURL = window.location.href;
|
||||
if (!gradioURL.includes('?__theme=')) window.location.replace(`${gradioURL}?__theme=${theme}`);
|
||||
|
||||
Reference in New Issue
Block a user