Remove ability to upload recipe books
This commit is contained in:
@@ -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 = []
|
||||
|
||||
@@ -14,6 +14,3 @@
|
||||
tr
|
||||
td
|
||||
td
|
||||
td
|
||||
input.mod_version_url(placeholder="enter a URL to load another recipe book...")
|
||||
button.mod_version_load_button Load
|
||||
|
||||
Reference in New Issue
Block a user