summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-24 07:59:54 +0100
committerAndrew Dolgov <[email protected]>2007-08-24 07:59:54 +0100
commitb4507bc2440f61948d7c4f195fde120ab5ce1b2e (patch)
treef284a59949cb75ae259dabfb66dc5535da56b2c0 /tt-rss.php
parent3aadc79d839ccf91ff835c87bdeaa5eaffa4a417 (diff)
new version icon tweaks
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 8e785569e..69e9c7e8d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -108,7 +108,7 @@ window.onload = init;
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
(<a href="logout.php"><?= __('Logout') ?></a>)
<?php } ?>
- <img id="newVersionIcon" onclick="javascript:explainError(2)"
+ <img id="newVersionIcon" style="display:none;" onclick="javascript:explainError(2)"
src="images/new_version.png" title="New version is available!"
alt="new_version_icon">
</div>