do not list realm on character select
This commit is contained in:
parent
fe26e6e783
commit
cab24e887a
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
selected
|
||||
{{/if}}
|
||||
{{/if}}>
|
||||
{{this.name}} ({{this.realmName}})
|
||||
{{this.name}}
|
||||
</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<select id="compareCharacter">
|
||||
<option value="">Select a character...</option>
|
||||
{{#each data.otherCharacters}}
|
||||
<option value="{{this.realmName}}/{{this.name}}">{{this.name}} ({{this.realmName}})</option>
|
||||
<option value="{{this.realmName}}/{{this.name}}">{{this.name}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue