mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-06 14:54:00 -07:00
Fix entering / in Public Tautulli Domain setting
This commit is contained in:
parent
e544d0dd07
commit
189930918a
1 changed files with 0 additions and 4 deletions
|
@ -2926,10 +2926,6 @@ $(document).ready(function() {
|
|||
});
|
||||
});
|
||||
|
||||
$('#http_base_url').change(function () {
|
||||
$(this).val($(this).val().replace(/\/*$/, ''));
|
||||
});
|
||||
|
||||
$('#http_root').change(function() {
|
||||
setBaseURLSuffix();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue