summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
-rw-r--r--tt-rss.css1
-rw-r--r--tt-rss.php2
3 files changed, 3 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 518239ea3..07cc9454a 100644
--- a/functions.php
+++ b/functions.php
@@ -2595,6 +2595,8 @@
}
}
+ print "<param key=\"new_version_available\" value=\"1\"/>";
+
print "</runtime-info>";
}
diff --git a/tt-rss.css b/tt-rss.css
index d02ca4f08..5d7107087 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1637,7 +1637,6 @@ ul.headlineDropdownMenu ul li:hover {
#newVersionIcon {
vertical-align : middle;
cursor : pointer;
- display : none;
}
a.helpLinkPic {
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>