Opened 5 years ago
Last modified 5 years ago
#6132 new Bug
Web UI mobile device mod not work (last trunk)
Reported by: | tesla | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Web Client | Version: | 2.92+ |
Severity: | Normal | Keywords: | |
Cc: |
Description
Hi, Since the change on the main() refactoring (patch by skybon @ GH-9) the Web UI does'nt work anymore: The reason is at line 37 on main.js: document.querySelector("label[for=torrent_upload_url]").textContent("URL: "); textContext is not a function. replace by document.querySelector("label[for=torrent_upload_url]").textContent="URL: ";
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Just attached the patch