Fix antiscia/aspect change buttons
The javascript code ran by Astrognome is changing the visibility attribute instead of style attribute, but style has precedence.
This commit is contained in:
parent
75b738dda7
commit
0a49ce6a30
@ -652,7 +652,7 @@
|
|||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
<g id="antiscia" style="visibility:hidden">
|
<g id="antiscia" visibility="hidden">
|
||||||
<xsl:for-each select="chartinfo/antiscia/antiscia">
|
<xsl:for-each select="chartinfo/antiscia/antiscia">
|
||||||
<xsl:variable name="planet1" select="@body1"/>
|
<xsl:variable name="planet1" select="@body1"/>
|
||||||
<xsl:variable name="deg1">
|
<xsl:variable name="deg1">
|
||||||
|
Loading…
Reference in New Issue
Block a user