remove redundant request to file info
This commit is contained in:
@@ -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 = ""
|
||||
|
Reference in New Issue
Block a user