Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ function closefn(inn) {
|
|
74 |
console.log(inn);
|
75 |
var frame_off = document.getElementById('frame' + String(inn));
|
76 |
var aud = document.getElementById('aud' + String(inn));
|
77 |
-
var framedivdocument.getElementById('framediv' + String(inn));
|
78 |
frame_off.style.display = 'none';
|
79 |
let child1 = aud.lastElementChild;
|
80 |
while (child1) {
|
|
|
74 |
console.log(inn);
|
75 |
var frame_off = document.getElementById('frame' + String(inn));
|
76 |
var aud = document.getElementById('aud' + String(inn));
|
77 |
+
var framedivdocument = document.getElementById('framediv' + String(inn));
|
78 |
frame_off.style.display = 'none';
|
79 |
let child1 = aud.lastElementChild;
|
80 |
while (child1) {
|