mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix header padding.
Use user_id on sync table. Fix nav tabs direct linking.
This commit is contained in:
parent
6a97537249
commit
17d2c615cf
4 changed files with 10 additions and 16 deletions
|
@ -804,7 +804,7 @@ $(document).ready(function() {
|
|||
}
|
||||
|
||||
// Change hash for page-reload
|
||||
$('.nav-settings a').on('shown', function (e) {
|
||||
$('.nav-settings a').on('shown.bs.tab', function (e) {
|
||||
window.location.hash = e.target.hash.replace("#", "#" + prefix);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue