Spaces:
Running
Running
Update _res/_custom.js
Browse files- _res/_custom.js +1 -1
_res/_custom.js
CHANGED
|
@@ -109,7 +109,7 @@ function gradioCustomJS() {
|
|
| 109 |
alertModalElem.style.display = "none"
|
| 110 |
alertModalElem.append(alertModalElemP, alertModalElemButton)
|
| 111 |
//alertModalElem.innerHTML = '<p></p>'
|
| 112 |
-
gradioApp.appendChild(alertModalElem)
|
| 113 |
|
| 114 |
alertModalElemButton.addEventListener("click", () => {
|
| 115 |
oldText = alertModalElemSpan.textContent
|
|
|
|
| 109 |
alertModalElem.style.display = "none"
|
| 110 |
alertModalElem.append(alertModalElemP, alertModalElemButton)
|
| 111 |
//alertModalElem.innerHTML = '<p></p>'
|
| 112 |
+
//gradioApp.appendChild(alertModalElem)
|
| 113 |
|
| 114 |
alertModalElemButton.addEventListener("click", () => {
|
| 115 |
oldText = alertModalElemSpan.textContent
|