mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-10-27 18:00:03 +00:00
Made getpokedexurl link to the pokemon page, made clicking a pokemon in the tiers page open a pokemon page in a new tab
This commit is contained in:
@@ -268,7 +268,7 @@ class @Pokemon extends Backbone.Model
|
||||
|
||||
slugSpecies = slugify(@get('species'))
|
||||
slugForme = slugify(@get('forme'))
|
||||
"//wiki.p-insurgence.com/#{slugSpecies}"
|
||||
"/pokemon/#{@get('species')}"
|
||||
|
||||
getIllu: ->
|
||||
@get('illu')
|
||||
|
||||
@@ -28,6 +28,7 @@ style
|
||||
height: 200px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
padding: 0px;
|
||||
}
|
||||
.description{
|
||||
width: 400px;
|
||||
|
||||
Reference in New Issue
Block a user