mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -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
1
data/interfaces/default/css/bootstrap3/bootstrap.css.map
Normal file
1
data/interfaces/default/css/bootstrap3/bootstrap.css.map
Normal file
File diff suppressed because one or more lines are too long
|
@ -461,7 +461,7 @@
|
||||||
})
|
})
|
||||||
|
|
||||||
// Tab3 opened
|
// 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();
|
e.preventDefault();
|
||||||
current_tab = $(this).attr('href');
|
current_tab = $(this).attr('href');
|
||||||
$('#days-selection').hide();
|
$('#days-selection').hide();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue