Skip to content

Commit

Permalink
Adjust numbering of faq.js
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Sep 7, 2015
1 parent ebc0697 commit e32de87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/script/content/faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var faq = {};

faq.questions = [];

for (var i = 1; i <= NUMBER_OF_QUESTIONS; i++) {
for (var i = 0; i < NUMBER_OF_QUESTIONS; i++) {
var question = {
question: t('faqQuestion' + i),
ios: t('iosFaqAnswer' + i),
Expand Down

0 comments on commit e32de87

Please sign in to comment.