Skip to content

Commit

Permalink
Move JS to static/js
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Aug 7, 2023
1 parent 348fd2d commit 415f9c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion suse2022-ns/xhtml/param.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,6 @@ task before
The root element is cut off (it can be any tagname, <html> is just an example).
Anything below <html> is copied, including HTML comments and the <script>.
-->
<xsl:param name="qualtrics-feedback.js">qualtrics-feedback.js</xsl:param>
<xsl:param name="qualtrics-feedback.js">static/js/qualtrics-feedback.js</xsl:param>

</xsl:stylesheet>

0 comments on commit 415f9c3

Please sign in to comment.