remove debug log
This commit is contained in:
parent
8c32797fb9
commit
773e13a441
@ -38,13 +38,11 @@ function upload_file(file_obj,file_name)
|
||||
body: file_obj
|
||||
});
|
||||
var text = await response.text();
|
||||
console.log(text);
|
||||
divresponse.innerHTML = text ;
|
||||
document.getElementById('copytoclipboard').style.visibility = "visible";
|
||||
|
||||
if (text.startsWith("http")) {
|
||||
var fturl = document.getElementsByTagName("fturl");
|
||||
console.log(fturl);
|
||||
Array.from(fturl).forEach(tag => tag.innerHTML = text);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user