Remove ability to upload recipe books

This commit is contained in:
Andrew Miner
2015-01-10 12:31:12 -08:00
parent a442ff3245
commit 1b2552a20a
2 changed files with 1 additions and 4 deletions
@@ -31,7 +31,7 @@ module.exports = class ModPackController extends BaseController
super
refresh: ->
@$('table tr:not(:last-child)').remove()
@$('table tr').remove()
return unless @model?
@_modVersionControllers = []