mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-10-27 18:00:03 +00:00
Reverted change I made t pinpoint team preview bug
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
mixin displayOtherTeam(team, text)
|
||||
- var teamvisible = team.collection.parents[0].get('visibleteam')
|
||||
- var isdef = typeof teamvisible
|
||||
section.battle_team_preview
|
||||
p= text
|
||||
ul.row-fluid.unstyled
|
||||
if isdef != 'undefined' && teamvisible
|
||||
- team.get('pokemon').each(function(pokemon) {
|
||||
li.px_40
|
||||
+displayPokemon(pokemon)
|
||||
- })
|
||||
mixin displayOtherTeam(team, text)
|
||||
- var teamvisible = team.collection.parents[0].get('visibleteam')
|
||||
- var isdef = typeof teamvisible
|
||||
if isdef != 'undefined' && teamvisible
|
||||
section.battle_team_preview
|
||||
p= text
|
||||
ul.row-fluid.unstyled
|
||||
- team.get('pokemon').each(function(pokemon) {
|
||||
li.px_40
|
||||
+displayPokemon(pokemon)
|
||||
- })
|
||||
|
||||
mixin displayYourTeam(team, text)
|
||||
section.battle_team_preview
|
||||
|
||||
Reference in New Issue
Block a user