diff --git a/.gitattributes b/.gitattributes index 00a51af..9f93088 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,2 @@ -# -# https://help.github.com/articles/dealing-with-line-endings/ -# -# These are explicitly windows files and should use crlf *.bat text eol=crlf - +src/main/resources/dashboard/scripts/pokedata.js linguist-vendored diff --git a/src/main/resources/dashboard/scripts/pokedata.js b/src/main/resources/dashboard/scripts/pokedata.js index 7aeea90..ad1b0c0 100644 --- a/src/main/resources/dashboard/scripts/pokedata.js +++ b/src/main/resources/dashboard/scripts/pokedata.js @@ -505,8 +505,8 @@ const REGION_LIST = []; {id: 491, name: "Darkrai", downloadable: true}, {id: 492, name: "Shaymin", downloadable: true}, {id: 493, name: "Arceus", downloadable: true, forms: [ - "Normal", "Fighting", "Flying", "Poison", "Ground", "Rock", "Bug", "Ghost", "Steel", - "Fire", "Water", "Grass", "Electric", "Psychic", "Ice", "Dragon", "Dark"]}, + "Normal", "Fighting", "Flying", "Poison", "Ground", "Rock", "Bug", "Ghost", + "Steel", "Fire", "Water", "Grass", "Electric", "Psychic", "Ice", "Dragon", "Dark"]}, {id: 494, name: "Victini", downloadable: true}, {id: 495, name: "Snivy", downloadable: false}, {id: 496, name: "Servine", downloadable: false},