Spaces:
Running
Running
yizhangliu
commited on
Commit
·
66c51d6
1
Parent(s):
ec0c500
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -114,7 +114,7 @@
|
|
114 |
}
|
115 |
function hiddenElement(id) {
|
116 |
let ele = document.querySelector(id);
|
117 |
-
if ele
|
118 |
ele.style.display = "none";
|
119 |
}
|
120 |
}
|
|
|
114 |
}
|
115 |
function hiddenElement(id) {
|
116 |
let ele = document.querySelector(id);
|
117 |
+
if (ele) {
|
118 |
ele.style.display = "none";
|
119 |
}
|
120 |
}
|