mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-31 02:32:57 +08:00
lint
This commit is contained in:
parent
897312de46
commit
63d3150dc4
@ -251,7 +251,7 @@ function popup(contents) {
|
|||||||
|
|
||||||
var storedPopupIds = {};
|
var storedPopupIds = {};
|
||||||
function popupId(id) {
|
function popupId(id) {
|
||||||
if(! storedPopupIds[id]){
|
if (!storedPopupIds[id]) {
|
||||||
storedPopupIds[id] = gradioApp().getElementById(id);
|
storedPopupIds[id] = gradioApp().getElementById(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user