Skip to content

Commit bb60d6f

Browse files
committed
Removed unnecessary use-when
1 parent e8e9d7a commit bb60d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block/query.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ exclude-result-prefixes="#all"
353353
<!-- save query onclick -->
354354
<!-- TO-DO: use @typeof in match so that we don't need a custom button.btn-save-query class -->
355355

356-
<xsl:template match="div[@typeof]//button[contains-token(@class, 'btn-save-query')]" mode="ixsl:onclick" use-when="system-property('xsl:product-name') eq 'SaxonJS'">
356+
<xsl:template match="div[@typeof]//button[contains-token(@class, 'btn-save-query')]" mode="ixsl:onclick">
357357
<ixsl:set-style name="cursor" select="'progress'" object="ixsl:page()//body"/>
358358
<xsl:variable name="block" select="ancestor::div[contains-token(@class, 'block')][1]" as="element()"/>
359359
<xsl:variable name="container" select="ancestor::div[@typeof][1]" as="element()"/>

0 commit comments

Comments
 (0)