mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Fixed graphs days text not updating with cookies.
This commit is contained in:
parent
519ff6b203
commit
aa351bd965
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@
|
|||
if(getCookie('graphDate')) {
|
||||
var current_range = getCookie('graphDate');
|
||||
$('input[name=date-options][value=' + current_range + ']').prop('checked', true).trigger('click');
|
||||
$('.days').html(current_range);
|
||||
}
|
||||
if(getCookie('graphTab')) {
|
||||
var current_tab = getCookie('graphTab');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue