From bcfe147e6a41ce7774f569ede6179a7ed2c7f560 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sun, 21 May 2017 06:49:41 +0300 Subject: [PATCH] Fix web UI loading on mobile devices --- web/javascript/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/javascript/main.js b/web/javascript/main.js index 376706bc7..e6b8ea786 100644 --- a/web/javascript/main.js +++ b/web/javascript/main.js @@ -34,7 +34,7 @@ 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: "); + 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) { -- 2.40.0