aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-27 10:11:14 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-27 10:11:14 +0300
commit63d3150dc4f5c4452a4a385329eb8954f53d6451 (patch)
tree99029026ace5cace4f54e263fa4010056a98d23d
parent897312de46352c39d03b6811844c128426fbae80 (diff)
lint
-rw-r--r--javascript/extraNetworks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/extraNetworks.js b/javascript/extraNetworks.js
index ad1a4e00..493f31af 100644
--- a/javascript/extraNetworks.js
+++ b/javascript/extraNetworks.js
@@ -251,7 +251,7 @@ function popup(contents) {
var storedPopupIds = {};
function popupId(id) {
- if(! storedPopupIds[id]){
+ if (!storedPopupIds[id]) {
storedPopupIds[id] = gradioApp().getElementById(id);
}