From 02133600ce4a269164505b9c2de8b9fcaf714f5c Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 12 Oct 2015 07:40:31 -0500 Subject: [PATCH] Add ios question to content --- common/script/content/faq.js | 2 +- common/script/src/content/faq.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/script/content/faq.js b/common/script/content/faq.js index d0b9173272..7d8468ee3e 100644 --- a/common/script/content/faq.js +++ b/common/script/content/faq.js @@ -9,7 +9,7 @@ var faq = {}; faq.questions = []; -for (var i = 0; i < NUMBER_OF_QUESTIONS; i++) { +for (var i = 0; i <= NUMBER_OF_QUESTIONS; i++) { var question = { question: t('faqQuestion' + i), ios: t('iosFaqAnswer' + i), diff --git a/common/script/src/content/faq.js b/common/script/src/content/faq.js index 3be4054c45..bbe5e97438 100644 --- a/common/script/src/content/faq.js +++ b/common/script/src/content/faq.js @@ -6,7 +6,7 @@ let faq = {}; faq.questions = []; -for (var i = 0; i < NUMBER_OF_QUESTIONS; i++) { +for (var i = 0; i <= NUMBER_OF_QUESTIONS; i++) { let question = { question: t('faqQuestion' + i), ios: t('iosFaqAnswer' + i),