mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 06:13:25 -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',
|
||||
dataType: 'json',
|
||||
success: function (data) {
|
||||
let select = $('#graph-user');
|
||||
let select = $('#history-user');
|
||||
let by_id = {};
|
||||
data.sort(function (a, b) {
|
||||
return a.friendly_name.localeCompare(b.friendly_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue