mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31: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')) {
|
if(getCookie('graphDate')) {
|
||||||
var current_range = getCookie('graphDate');
|
var current_range = getCookie('graphDate');
|
||||||
$('input[name=date-options][value=' + current_range + ']').prop('checked', true).trigger('click');
|
$('input[name=date-options][value=' + current_range + ']').prop('checked', true).trigger('click');
|
||||||
|
$('.days').html(current_range);
|
||||||
}
|
}
|
||||||
if(getCookie('graphTab')) {
|
if(getCookie('graphTab')) {
|
||||||
var current_tab = getCookie('graphTab');
|
var current_tab = getCookie('graphTab');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue