mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Added some todos
This commit is contained in:
@@ -37,6 +37,11 @@
|
||||
else {
|
||||
$(cutoff).find('option[value="' + qualityId + '"]').remove();
|
||||
}
|
||||
|
||||
//Todo: auto-sort by weight (which is not the value)
|
||||
//$(cutoff).html($($(cutoff).children("option")).sort(function(a, b) {
|
||||
// return a.value == b.value ? 0 : a.value < b.value ? -1 : 1;
|
||||
//}));
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user