Fix inventory remove button to appear again $92

This commit is contained in:
Andrew Miner
2015-02-12 15:13:05 -08:00
parent 151c18126a
commit 7a33181d1b
3 changed files with 50 additions and 40 deletions
@@ -49,9 +49,9 @@ module.exports = class StackController extends BaseController
@$nameLink.html display.itemName
@$nameLink.attr 'href', display.itemUrl
@$quantityField.html @model.quantity
@$removeButton.css display:(if @editable then 'inherit' else 'none')
# @$removeButton.css opacity:(if @editable then 1 else 0)
@$action.css display:(if @ediable then 'table-cell' else 'none')
@$action.css display:(if @editable then 'table-cell' else 'none')
super