Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -89,7 +89,7 @@ module Kanjai | @@ -89,7 +89,7 @@ module Kanjai | ||
| 89 | names_array << item[:name] | 89 | names_array << item[:name] |
| 90 | end | 90 | end |
| 91 | 91 | ||
| 92 | - names_array.uniq.each_with_index do |name, index| | 92 | + names_array.uniq.sort.each_with_index do |name, index| |
| 93 | markers_position[name] = index | 93 | markers_position[name] = index |
| 94 | end | 94 | end |
| 95 | 95 |