remove redundant request to file info

This commit is contained in:
2020-01-21 16:10:45 +01:00
parent 69ce4dcaee
commit ef063bbe26
3 changed files with 25 additions and 46 deletions

View File

@@ -87,14 +87,6 @@ function handleUploads(files) {
hideShareButtons();
}
function domainURL() {
let url = window.location.protocol+"//"+window.location.hostname;
if (window.location.port != "") {
url = url+":"+window.location.port;
}
return url;
}
function uploadsFinished() {
shareLink = ""
shareTitle = ""