Remove ability to upload recipe books
This commit is contained in:
@@ -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 = []
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user