Fix typo on graphs page causing date selection to break on Safari.

Add back bootstrap.css.map
This commit is contained in:
Tim 2015-08-13 19:05:29 +02:00
commit 5abe314f9f
2 changed files with 2 additions and 1 deletions

View file

@ -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();