Removed the 'loading .. ' message from the RSS view so far. When we do it we do in the properties in sync with JS.
git-svn-id: svn://10.0.0.236/trunk@180301 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8655d22e33
commit
1073ac9019
@ -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>
|
||||
|
||||
|
||||
@ -74,7 +74,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class='loading'>loading...</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user