Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preferences: Fix handling of modified source code URL(#4437)
Before this PR, setting the modified code repo URL through the preferences page in Invidious was broken: * the HTML input tag for this field had invalid type "input" (though browser falls back on text input) * the URL was used to set the "checked" property and not as a plain value, which makes no sense for a text-based input (and resulted in a blank field) * when the submitted field is empty, the retrieved value was an empty 'String' instead of 'nil', causing the "modified source code URL" to be an empty 'href' link which just pointed to the current page No associated open issue
- Loading branch information