lint
This commit is contained in:
parent
cb81087b59
commit
66d7630705
|
@ -251,7 +251,7 @@ function popup(contents) {
|
|||
|
||||
var storedPopupIds = {};
|
||||
function popupId(id) {
|
||||
if(! storedPopupIds[id]){
|
||||
if (!storedPopupIds[id]) {
|
||||
storedPopupIds[id] = gradioApp().getElementById(id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue