We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d632ae commit e808e14Copy full SHA for e808e14
src/main/webapp/dataset.xhtml
@@ -251,7 +251,7 @@
251
<!-- Publish BTN -->
252
<h:outputLink value="#" disabled="#{DatasetPage.lockedFromPublishing}">
253
<c:if test="#{!(showSubmitForReviewLink or showReturnToAuthorLink)}">
254
- <f:passThroughAttribute name="class" value="btn btn-default btn-access btn-publish dropdown-toggle #{DatasetPage.lockedFromPublishing ? 'disabled' : ''}"/>
+ <f:passThroughAttribute name="class" value="btn btn-default btn-access btn-publish #{DatasetPage.lockedFromPublishing ? 'disabled' : ''}"/>
255
<f:passThroughAttribute name="onclick" value="$(this).parent().find( 'li > a' ).trigger( 'click' );"/>
256
</c:if>
257
<c:if test="#{showSubmitForReviewLink or showReturnToAuthorLink}">
0 commit comments