Skip to content

Commit

Permalink
Change to greater than or equal to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Jul 21, 2014
1 parent b077add commit 8e6e4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h3>Photo-masking tutorial for 3D modelling </h3>
$("#survey").modal('show');
$.cookie('surveyPhotoMAsk', 'shown', { path: '/'});
}
if ((data.done == 25) && ($.cookie('survey25PhotoMask') === undefined)){
if ((data.done >= 25) && ($.cookie('survey25PhotoMask') === undefined)){
$("#survey25").modal('show');
$.cookie('survey25photoMask', 'shown', { path: '/'});
}
Expand Down

0 comments on commit 8e6e4f0

Please sign in to comment.