opportunity: Bugfix for answers at creation of a new attendee for a Meetup
authorLucas Bajolet <r4pass@hotmail.com>
Mon, 27 Oct 2014 18:50:25 +0000 (14:50 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Mon, 27 Oct 2014 18:50:40 +0000 (14:50 -0400)
Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>

contrib/opportunity/src/templates/meetup.nit

index ba095ce..139ba93 100644 (file)
@@ -82,7 +82,7 @@ class OpportunityMeetupPage
                        ansmap = {};
                        for(i=0;i<ans.length;i++){
                                var curr = ans.eq(i)
-                               if(curr[0].innerHTML === "✔"){
+                               if(curr[0].innerHTML === "<center>✔</center>"){
                                        ansmap[curr.attr('id')] = true
                                }else{
                                        ansmap[curr.attr('id')] = false