mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Add Pokedex link to main menu
This commit is contained in:
parent
801e932244
commit
2d2f6d760b
|
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
|
||||
// footer
|
||||
buf += '<div class="mainmenufooter"><small><a href="//pokemonshowdown.com/" target="_blank">Website</a> | <a href="//pokemonshowdown.com/replay/" target="_blank">Replays</a> | <a href="//pokemonshowdown.com/rules" target="_blank">Rules</a></small></div>';
|
||||
buf += '<div class="mainmenufooter"><small><a href="//pokemonshowdown.com/" target="_blank">Website</a> | <small><a href="//pokemonshowdown.com/dex/" target="_blank">Pokédex</a> | <a href="//pokemonshowdown.com/replay/" target="_blank">Replays</a> | <a href="//pokemonshowdown.com/rules" target="_blank">Rules</a></small> | <small><a href="//pokemonshowdown.com/forums/" target="_blank">Forum</a></div>';
|
||||
|
||||
buf += '</div>';
|
||||
this.$el.html(buf);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user