Skip to content

Commit

Permalink
Dev: Un-comment line needed for correct editing of CPDB attribute fields
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 2, 2016
1 parent f949b85 commit f6c4812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/admin/participantdisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ $(document).ready(function() {
$("#displayparticipants_"+parid[0]+"_t").setColProp('attvalue',{ editoptions:''});
}
if(method=='edit') {
// jQuery("#displayparticipants_"+parid[0]+"_t").jqGrid('restoreRow',id);
jQuery("#displayparticipants_"+parid[0]+"_t").jqGrid('restoreRow',id);
}
if(method=='click') {
jQuery("#displayparticipants_"+parid[0]+"_t").jqGrid('restoreRow',id);
Expand Down

0 comments on commit f6c4812

Please sign in to comment.