forked from mfulz_github/qmk_firmware
Add first-run Unsigned Help install information prompt, ensure installed help package is removed correctly when the extension is uninstalled.
This commit is contained in:
parent
083b5cb143
commit
2fe1d7d170
Binary file not shown.
|
@ -24,18 +24,7 @@
|
||||||
</xsl:copy>
|
</xsl:copy>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!-- Update the LUFA version to the version passed as a parameter -->
|
<!-- Update the LUFA help package file name -->
|
||||||
<xsl:template match="xhtml:title | xhtml:div[@class='details']/xhtml:span[@class='name']">
|
|
||||||
<xsl:copy>
|
|
||||||
<xsl:copy-of select="@*"/>
|
|
||||||
|
|
||||||
<xsl:value-of select="."/>
|
|
||||||
<xsl:text> (</xsl:text>
|
|
||||||
<xsl:value-of select="$extension-version"/>
|
|
||||||
<xsl:text>)</xsl:text>
|
|
||||||
</xsl:copy>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
<xsl:template match="xhtml:div[@class='package']/xhtml:a">
|
<xsl:template match="xhtml:div[@class='package']/xhtml:a">
|
||||||
<xsl:copy>
|
<xsl:copy>
|
||||||
<xsl:copy-of select="@class"/>
|
<xsl:copy-of select="@class"/>
|
||||||
|
|
Loading…
Reference in New Issue