diff --git a/modules/Components/src/client/BasicFileValidateAndSave.coffee b/modules/Components/src/client/BasicFileValidateAndSave.coffee index a0fb43e32..d81c72089 100644 --- a/modules/Components/src/client/BasicFileValidateAndSave.coffee +++ b/modules/Components/src/client/BasicFileValidateAndSave.coffee @@ -219,7 +219,9 @@ class BasicFileValidateAndSaveController extends Backbone.View @showFileSelectPhase() loadAnother: => + #TODO This is bad style, but the LSFileInputController has no API for deleting and resetting @showFileSelectPhase() + @$('.bv_deleteFile').click() showFileSelectPhase: -> @$('.bv_resultStatus').hide()