mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Trim address when generating the QR code
This commit is contained in:
parent
1b37ff1655
commit
3a2cc6efc7
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ DOCUMENTATION :: END
|
|||
});
|
||||
|
||||
$('#api_qr_address').change(function () {
|
||||
this.value = $.trim(this.value);
|
||||
var url = $(this).val();
|
||||
checkQRAddress(url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue