summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
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!') ?>"