remove unnecessary comment
This commit is contained in:
parent
02b425feef
commit
d45917c414
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@
|
||||||
<h4 class="item-name flex3">{{item.name}}</h4>
|
<h4 class="item-name flex3">{{item.name}}</h4>
|
||||||
{{!-- item specifics --}}
|
{{!-- item specifics --}}
|
||||||
<div>
|
<div>
|
||||||
<img src="{{lookup ../../config.attackTypesIcons itemData.attackType}}" {{!--
|
<img src="{{lookup ../../config.attackTypesIcons itemData.attackType}}"
|
||||||
title="{{lookup ../../config.attackTypesIcons itemData.attackType}}" --}}
|
|
||||||
title="{{lookup ../../config.attackTypes itemData.attackType}}" width="24" height="24" />
|
title="{{lookup ../../config.attackTypes itemData.attackType}}" width="24" height="24" />
|
||||||
</div> {{!-- SPECIFIC --}}
|
</div> {{!-- SPECIFIC --}}
|
||||||
<div class="flexrow flex15">
|
<div class="flexrow flex15">
|
||||||
|
|
Loading…
Reference in a new issue