Skip to content

Commit

Permalink
removed scrolling from open badge button
Browse files Browse the repository at this point in the history
  • Loading branch information
rsehr committed Sep 2, 2024
1 parent ace0466 commit abd937c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions module-gui/src/main/webapp/tags/io/goobi/badge.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<f:actionListener binding="#{AdministrationForm.administrationPlugin.updateAreaDisplay(item.level)}" />
<f:ajax
execute="@this"
render=":nodeBox:#{ajaxid} :hierarchy:hierarchy"
onevent="(data) => {scrollToCurrentNode(data);}" />
render=":nodeBox:#{ajaxid} "
/>
</h:commandLink>
<h:commandLink
action="#{AdministrationForm.administrationPlugin.addGroup}"
Expand All @@ -45,8 +45,8 @@
<f:actionListener binding="#{AdministrationForm.administrationPlugin.updateAreaDisplay(item.level)}" />
<f:ajax
execute="@this"
render=":nodeBox:#{ajaxid} :hierarchy:hierarchy"
onevent="(data) => {scrollToCurrentNode(data);}" />
render=":nodeBox:#{ajaxid} "
/>
</h:commandLink>
<h:commandLink
rendered="#{!item.repeatable or (item.repeatable and !item.showField)}"
Expand All @@ -66,8 +66,8 @@
value="true" />
<f:ajax
execute="@this"
render=":nodeBox:#{ajaxid} :hierarchy:hierarchy"
onevent="(data) => {scrollToCurrentNode(data);}" />
render=":nodeBox:#{ajaxid} "
/>
</h:commandLink>
</span>
</ui:composition>
Expand Down

0 comments on commit abd937c

Please sign in to comment.