Commit 66d76307 authored by AUTOMATIC1111's avatar AUTOMATIC1111

lint

parent cb81087b
......@@ -251,7 +251,7 @@ function popup(contents) {
var storedPopupIds = {};
function popupId(id) {
if(! storedPopupIds[id]){
if (!storedPopupIds[id]) {
storedPopupIds[id] = gradioApp().getElementById(id);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment