Fix several small bugs
* Fix AddThis component not showing up by altering the URL they provide to use GET parameters instead of the hash component * Fix a bug with saving the "have" items on the crafting page
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = class CraftPageController extends PageController
|
||||
onMoveNeedToHave: (itemSlug)->
|
||||
quantity = @model.plan.need.quantityOf itemSlug
|
||||
@model.plan.have.add itemSlug, quantity
|
||||
@_saveHaveInventory()
|
||||
@onHaveInventoryChanged()
|
||||
|
||||
onRemoveFromHaveInventory: (itemSlug)->
|
||||
@model.plan.have.remove itemSlug
|
||||
|
||||
Reference in New Issue
Block a user