mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 14:13:40 -07:00
code update for conform structure
This commit is contained in:
parent
6d7b9a566e
commit
95670fb84a
1 changed files with 2 additions and 2 deletions
|
@ -827,11 +827,11 @@
|
|||
function loadGraphsTab4(time_range, yaxis) {
|
||||
$('#days-selection').show();
|
||||
$('#months-selection').hide();
|
||||
$('#user-selection').hide();
|
||||
$('#yaxis-selection').hide();
|
||||
|
||||
// Fixed as graph uses own measurement 'addition count' with formatting of 'plays'
|
||||
setGraphFormat("plays", "ddd D MMM YY");
|
||||
$('#user-selection').hide();
|
||||
$('#yaxis-selection').hide();
|
||||
|
||||
var _graph_1_call = $.ajax({
|
||||
url: "get_additions_by_date",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue