diff --git a/src/main/webapp/dataset-widgets.xhtml b/src/main/webapp/dataset-widgets.xhtml index 52a833eb70d..a57f144b97a 100644 --- a/src/main/webapp/dataset-widgets.xhtml +++ b/src/main/webapp/dataset-widgets.xhtml @@ -44,7 +44,7 @@ #{bundle['dataset.thumbnailsAndWidget.thumbnailImage.alt']} - +
diff --git a/src/main/webapp/dataset.xhtml b/src/main/webapp/dataset.xhtml index e96b0a9f1bd..f7f12ef761e 100644 --- a/src/main/webapp/dataset.xhtml +++ b/src/main/webapp/dataset.xhtml @@ -167,7 +167,7 @@
  • + oncomplete="showPopup();"> #{bundle.download} @@ -180,7 +180,7 @@
  • #{bundle.downloadOriginal} @@ -195,7 +195,7 @@
  • - #{bundle.downloadArchival} @@ -265,7 +265,7 @@ @@ -376,13 +376,13 @@
  • - +
  • - + @@ -444,7 +444,7 @@
  • @@ -459,7 +459,7 @@
    #{bundle['dataset.linkBtn']} @@ -699,8 +699,7 @@ style="display:none" process="@this :datasetForm:hostDataverseContent" update="@form,:breadCrumbPanel" - action="#{DatasetPage.updateOwnerDataverse()}" - oncomplete="bind_bsui_components();"> + action="#{DatasetPage.updateOwnerDataverse()}">
    @@ -728,7 +727,7 @@ @@ -750,9 +749,9 @@ - + @@ -826,7 +825,7 @@ - +
    - - + diff --git a/src/main/webapp/dataverse_template.xhtml b/src/main/webapp/dataverse_template.xhtml index 8c4b323d93f..75ae26db21a 100644 --- a/src/main/webapp/dataverse_template.xhtml +++ b/src/main/webapp/dataverse_template.xhtml @@ -86,6 +86,7 @@ + bind_bsui_components(); @@ -108,9 +109,6 @@ } ; }); - - // Rebind bootstrap UI components - bind_bsui_components(); }); function clickSupportLink() { $("[id$='headerSupportLink']").click();