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 super
refresh: -> refresh: ->
@$('table tr:not(:last-child)').remove() @$('table tr').remove()
return unless @model? return unless @model?
@_modVersionControllers = [] @_modVersionControllers = []
-3
View File
@@ -14,6 +14,3 @@
tr tr
td   td  
td   td  
td
input.mod_version_url(placeholder="enter a URL to load another recipe book...")
button.mod_version_load_button Load