Fix copy-paste error

This commit is contained in:
Tom Niget 2023-07-08 01:35:11 +02:00
commit 76129c3748

View file

@ -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);