Skip to content

Commit

Permalink
#4610 remove unused code; fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Jul 13, 2018
1 parent 04a966c commit d0e4537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/dataset.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@
<p:commandButton styleClass="btn btn-default" id="fileTagsPopupCancelButton" value="#{bundle.cancel}" onclick="PF('fileTagsPopup').hide();PF('blockDatasetForm').hide();" actionListener="#{DatasetPage.clearFileMetadataSelectedForTagsPopup()}"/>
</div>
</p:dialog>

<ui:remove>
<p:dialog id="rsyncUploadInfoPopup" styleClass="smallPopUp" header="#{bundle['file.uploadFiles']}" widgetVar="rsyncUpload_popup" modal="true">
<!-- RSYNC UPLOAD POPUP -->
<p:ajax event="close" update=":datasetForm,:messagePanel" listener="#{DatasetPage.closeRsyncScriptPopup}" />
Expand Down Expand Up @@ -1202,7 +1202,7 @@
</div>
<!-- END RSYNC UPLOAD POPUP -->
</p:dialog>

</ui:remove>
<!-- Request Access Sign Up/Log In Button -->
<p:dialog header="#{bundle['file.requestAccess']}" widgetVar="accessSignUpLogIn_popup" modal="true">
<p class="help-block">
Expand Down

0 comments on commit d0e4537

Please sign in to comment.