forked from science-ation/science-ation
Fix javascript error for missing onclick handler
This commit is contained in:
parent
666f4ce720
commit
03f1bf3299
@ -103,7 +103,7 @@ else
|
||||
{
|
||||
echo "<tr><td rowspan=\"2\">";
|
||||
$ch = (in_array($r->id,$spawards)) ? "checked=\"checked\"" : "";
|
||||
echo "<input onclick=\"checkboxclicked(this)\" $ch type=\"checkbox\" name=\"spaward[]\" value=\"{$r->id}\" />";
|
||||
echo "<input $ch type=\"checkbox\" name=\"spaward[]\" value=\"{$r->id}\" />";
|
||||
echo "</td><td>";
|
||||
echo "<b>{$r->name}</b> ($r->organization)";
|
||||
echo "</td></tr>";
|
||||
|
Loading…
Reference in New Issue
Block a user