mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Remove trailing slash
This commit is contained in:
parent
1cb5f0b635
commit
4977b3def1
2 changed files with 4 additions and 1 deletions
|
@ -480,7 +480,6 @@ fieldset[disabled] .btn-bright.active {
|
|||
height: 32px;
|
||||
width: 100%;
|
||||
margin-top: 5px;
|
||||
opacity: 0.65;
|
||||
}
|
||||
#user-selection label {
|
||||
margin-bottom: 0;
|
||||
|
|
|
@ -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