Unhide upload file button

This commit is contained in:
gonstr
2017-07-01 19:26:34 +02:00
parent ddd5dbae39
commit 2624c6b73b
3 changed files with 105 additions and 76 deletions

View File

@@ -34,7 +34,6 @@ function main() {
// so the footer appears in the right place
document.getElementById("torrent_container").style["min-height"] = "338px";
};
document.querySelector("label[for=torrent_upload_url]").textContent = "URL: ";
} else {
// Fix for non-Safari-3 browsers: dark borders to replace shadows.
Array.from(document.getElementsByClassName("dialog_window")).forEach(function (e) {