File tree Expand file tree Collapse file tree
src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block Expand file tree Collapse file tree Original file line number Diff line number Diff 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()" />
You can’t perform that action at this time.
0 commit comments