mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-05 00:31:49 -08:00
lint
This commit is contained in:
parent
cb81087b59
commit
66d7630705
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ function popup(contents) {
|
|||
|
||||
var storedPopupIds = {};
|
||||
function popupId(id) {
|
||||
if(! storedPopupIds[id]){
|
||||
if (!storedPopupIds[id]) {
|
||||
storedPopupIds[id] = gradioApp().getElementById(id);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue