mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix typo on graphs page causing date selection to break on Safari.
Add back bootstrap.css.map
This commit is contained in:
parent
d345893529
commit
5abe314f9f
2 changed files with 2 additions and 1 deletions
|
@ -461,7 +461,7 @@
|
|||
})
|
||||
|
||||
// Tab3 opened
|
||||
$('#graph-tabs a[href="#tabs-3"').on('shown.bs.tab', function (e) {
|
||||
$('#graph-tabs a[href="#tabs-3"]').on('shown.bs.tab', function (e) {
|
||||
e.preventDefault();
|
||||
current_tab = $(this).attr('href');
|
||||
$('#days-selection').hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue