Skip to content

Commit e808e14

Browse files
committed
Fixed publish btn dropdown display [ref #7183]
1 parent 2d632ae commit e808e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/dataset.xhtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
<!-- Publish BTN -->
252252
<h:outputLink value="#" disabled="#{DatasetPage.lockedFromPublishing}">
253253
<c:if test="#{!(showSubmitForReviewLink or showReturnToAuthorLink)}">
254-
<f:passThroughAttribute name="class" value="btn btn-default btn-access btn-publish dropdown-toggle #{DatasetPage.lockedFromPublishing ? 'disabled' : ''}"/>
254+
<f:passThroughAttribute name="class" value="btn btn-default btn-access btn-publish #{DatasetPage.lockedFromPublishing ? 'disabled' : ''}"/>
255255
<f:passThroughAttribute name="onclick" value="$(this).parent().find( 'li > a' ).trigger( 'click' );"/>
256256
</c:if>
257257
<c:if test="#{showSubmitForReviewLink or showReturnToAuthorLink}">

0 commit comments

Comments
 (0)