Removed the 'loading .. ' message from the RSS view so far. When we do it we do in the properties in sync with JS.

This commit is contained in:
mgalli%geckonnection.com 2005-09-15 18:02:13 +00:00
parent 7639d7dddd
commit 7c6945f702
2 changed files with 2 additions and 7 deletions

View File

@ -26,13 +26,8 @@ xmlns:rss="http://purl.org/rss/1.0/"
<xsl:value-of select="rss:title"/>
</a>
</div>
<!--
<xsl:attribute name="label">
<xsl:value-of select="rss:title"/>
</xsl:attribute>
-->
</xsl:for-each>
<style type="text/css"> .loading { display:none} </style>
</div>
</xsl:template>

View File

@ -74,7 +74,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
</style>
</head>
<body>
<div class='loading'>loading...</div>
</body>
</html>