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
Родитель 7639d7dddd
Коммит 7c6945f702
2 изменённых файлов: 2 добавлений и 7 удалений

Просмотреть файл

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

Просмотреть файл

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