Sort languages alphabetically

This commit is contained in:
Jay Trees 2022-03-25 13:41:17 +01:00
parent 013c0b5d94
commit 593a7959b4

View file

@ -21,5 +21,7 @@ $(function() {
}
});
$('.ui.dropdown').dropdown();
$('.ui.dropdown').dropdown({
sortSelect : 'natural',
});
});