Skip to content
Snippets Groups Projects

add merge_js.sh script

Merged Timm Fitschen requested to merge f-combine-js-files into f-boot-tour
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -72,7 +72,7 @@
<xsl:attribute name="data-response-count">
<xsl:value-of select="/Response/@count"/>
</xsl:attribute>
<xsl:if test="count(/Response/*)&lt;2 and not(/Response/Error|/Response/Info|/Response/Warning)">
<xsl:if test="count(/Response/*)&lt;3 and not(/Response/Error|/Response/Info|/Response/Warning)">
<xsl:attribute name="class">caosdb-welcome</xsl:attribute>
</xsl:if>
<div class="background d-flex flex-column">
Loading