Fix a bunch of internal links to avoid reloading

This commit is contained in:
Andrew Miner
2015-03-01 16:38:12 -08:00
parent d4e7cc6a39
commit c31e511080
7 changed files with 14 additions and 14 deletions
@@ -31,8 +31,8 @@ module.exports = class ItemPageController extends PageController
super options
@imageLoader = options.imageLoader
@_itemSlug = options.itemSlug
@modPack = options.modPack
@_itemSlug = options.itemSlug
@modPack.on Event.change, => @tryRefresh()