Fix inventory remove button to appear again $92
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user