Fix new links to route internally

This commit is contained in:
Andrew Miner
2015-02-09 20:48:37 -08:00
parent 7b44711a82
commit b36c032725
2 changed files with 8 additions and 0 deletions
@@ -75,6 +75,13 @@ module.exports = class ItemPageController extends BaseController
super
# Backbone.View Overrides ######################################################################
events: ->
return _.extend super,
'click a.craftingPlan': 'routeLinkClick'
'click .byline a': 'routeLinkClick'
# Private Methods ##############################################################################
_refreshByline: ->