mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Remove trailing slash
This commit is contained in:
parent
1cb5f0b635
commit
4977b3def1
2 changed files with 4 additions and 1 deletions
|
@ -2437,6 +2437,10 @@ $(document).ready(function() {
|
|||
});
|
||||
});
|
||||
|
||||
$('#newsletter_base_url').change(function () {
|
||||
$(this).val($(this).val().replace(/\/*$/, ''));
|
||||
});
|
||||
|
||||
function apiEnabled() {
|
||||
var api_enabled = $('#api_enabled').prop('checked');
|
||||
$('#app_api_msg').toggle(!(api_enabled));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue