Make sure samples update craft page URL

fixes #241
This commit is contained in:
Andrew Miner
2017-01-28 21:02:49 -08:00
parent 0131c8ff3b
commit 86a547f422
@@ -64,6 +64,7 @@ module.exports = class CraftPageController extends PageController
sampleInventory.parse inventoryText sampleInventory.parse inventoryText
@model.craftsman.want.addInventory sampleInventory @model.craftsman.want.addInventory sampleInventory
@_scrollTo @$workingSection @_scrollTo @$workingSection
@onWantInventoryChanged()
return false return false