Fix typo on graphs page causing date selection to break on Safari.
Add back bootstrap.css.map
This commit is contained in:
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();
|
||||||
|
Reference in New Issue
Block a user