Benjamin Renard commited on 2014-01-17 23:21:05
Showing 1 changed files, with 1 additions and 1 deletions.
... | ... |
@@ -180,7 +180,7 @@ show_contributions=function(group,contributor_name) { |
180 | 180 |
* Add/Edit/remove contributor |
181 | 181 |
******************************/ |
182 | 182 |
on_click_add_contributor_btn=function() { |
183 |
- $('#add_contributor_modal').data('group-uuid',('#view-group').data('uuid')) |
|
183 |
+ $('#add_contributor_modal').data('group-uuid',$('#view-group').data('uuid')) |
|
184 | 184 |
$($('#add_contributor_modal h4')[0]).html('Ajouter un participant'); |
185 | 185 |
$($('#add_contributor_modal #add_contributor_submit')[0]).html('Ajouter'); |
186 | 186 |
$('#view-group #edit_id')[0].value='-1'; |
187 | 187 |