BOINC web: in project list, make platform info popup go away

This commit is contained in:
David Anderson 2017-07-13 01:15:24 -07:00
parent 93dfc049ed
commit f4b4a5884b
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ function ordered_display($areas, $sort) {
$p = tra("Unknown");
} else {
$pd = get_platforms_string($master_url, false);
$p .= "<br><a href=projects.php onmouseover=\"Tip('Supported platforms:<br>$pd', WIDTH, 240)\">Details</a>";
$p .= "<br><a href=projects.php onmouseover=\"Tip('Supported platforms:<br>$pd', WIDTH, 240)\" onmouseout=\"UnTip()\">Details</a>";
}
echo "<tr class=row$n>
<td valign=top>$x</td>