* code for task#1665.

This commit is contained in:
xia0ta0
2013-08-02 08:16:30 +08:00
parent ec53587f8c
commit cb8f96a348
+1 -1
View File
@@ -80,7 +80,7 @@ js::set('mailto' , $lang->bug->chosen->mailto);
<tr>
<td class='rowhead'><?php echo $lang->bug->module;?></td>
<td>
<span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $currentModuleID);?></span>
<span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $currentModuleID, "onchange='loadModuleRelated()'");?></span>
</td>
</tr>
<tr>