summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-23 10:30:36 +0300
committerAndrew Dolgov <[email protected]>2010-11-23 10:30:36 +0300
commit63855db147e6efeaa6516dc2b95598b03d1b3ad5 (patch)
treea3475c2b6eb7dd71fe44fc7d358c414abcdac805 /tt-rss.php
parent6ef0c9c3426275612db693cad5d2c90df24ca714 (diff)
rework version checking
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 ceeca3581..f51648fef 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -107,7 +107,7 @@
| <a href="logout.php"><?php echo __('Logout') ?></a>
<?php } ?>
- <img id="newVersionIcon" style="display:none;" onclick="javascript:explainError(2)"
+ <img id="newVersionIcon" style="display:none;" onclick="newVersionDlg()"
width="13" height="13"
src="<?php echo theme_image($link, 'images/new_version.png') ?>"
title="<?php echo __('New version of Tiny Tiny RSS is available!') ?>"