Skip to content

Commit

Permalink
Update the XSLT to remove ClockStyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
joewing committed Aug 18, 2015
1 parent 3ca5fdc commit 41002a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xslt/jwm-2.3.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
<xsl:template match="TrayButtonStyle">
</xsl:template>

<!-- Remove ClockStyle -->
<xsl:template match="ClockStyle">
</xsl:template>

<!-- Handle PagerStyle -->
<xsl:template match="PagerStyle">
<PagerStyle>
Expand Down

0 comments on commit 41002a6

Please sign in to comment.