]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.php
rework version checking
[tt-rss.git] / tt-rss.php
index ceeca35819f8b6fc36f1a39beccdc5f97c0438b1..f51648fef449fe725e6f7bce15e180229496fc73 100644 (file)
                        | <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!') ?>"