Skip to content

Commit

Permalink
Include necessary Javascript dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BartChris committed Sep 24, 2024
1 parent eded39f commit c8a3f41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Kitodo/src/main/webapp/pages/processFromTemplate.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,9 @@
<p:menuitem value="#{msgs.createNewProcessFromTemplate}" rendered="#{empty ProcessForm.process.title}" icon="fa fa-clipboard"/>
</ui:define>

<ui:define name="page-scripts">
<h:outputScript name="js/defaultScript.js" target="body"/>
<h:outputScript name="js/metadata_editor.js" target="body"/>
</ui:define>

</ui:composition>

0 comments on commit c8a3f41

Please sign in to comment.