* adjust the checking update logic.

This commit is contained in:
wangchunsheng
2012-03-01 10:27:49 +00:00
parent 7748d796ba
commit a1faf1333f
3 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<html xmlns='http://www.w3.org/1999/xhtml'>
<head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /></head>
<body <?php if($browser != 'opera') echo "bgcolor='transparent'";?> style='color:white; font-size:13px; text-align:center'>
<?php if($latestNote):?>
<?php echo $latestNote;?>
<?php if($note):?>
<?php echo $note;?>
<script language='javascript'>window.parent.document.getElementById('updater').className=''</script>
<?php endif;?>
</body>