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:
Gergely Polonkai 2014-08-27 21:56:17 +02:00
parent 75b738dda7
commit 0a49ce6a30

View File

@ -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">