mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 14:13:40 -07:00
Fix copy-paste error
This commit is contained in:
parent
157dba3006
commit
76129c3748
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
let select = $('#graph-user');
|
let select = $('#history-user');
|
||||||
let by_id = {};
|
let by_id = {};
|
||||||
data.sort(function (a, b) {
|
data.sort(function (a, b) {
|
||||||
return a.friendly_name.localeCompare(b.friendly_name);
|
return a.friendly_name.localeCompare(b.friendly_name);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue