broadfield commited on
Commit
bda4d01
·
verified ·
1 Parent(s): 5c46438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -86,7 +86,8 @@ function closefn(inn) {
86
  child = framediv.lastElementChild;
87
  }
88
  }
89
- function readfn(inn,url) {
 
90
  console.log(inn);
91
  console.log(url);
92
  var readit = document.getElementById("aud" + String(inn));
 
86
  child = framediv.lastElementChild;
87
  }
88
  }
89
+ function readfn(inn,url_in) {
90
+ let url = String(url_in);
91
  console.log(inn);
92
  console.log(url);
93
  var readit = document.getElementById("aud" + String(inn));