Browse Source

Updated intro to include link to Google Group

pull/520/head
Ryan 11 years ago
parent
commit
2f595043ba
  1. 4
      website/templates/_help.html

4
website/templates/_help.html

@ -1,6 +1,6 @@
<section id="help" class="container"> <section id="help" class="container">
<h2>Help</h2> <h2>Help</h2>
<p>Have a question? Look for it in the FAQ below. No luck there? Try the <a href="https://knightlab.zendesk.com/forums/22551396-TimelineJS" target="_blank">support forum</a>.</p> <p>Have a question? Look for it in the FAQ below. No luck there? Search the Google group <a href="https://groups.google.com/forum/#!forum/verite-timeline" target="_blank">archive</a> or try the <a href="https://knightlab.zendesk.com/forums/22551396-TimelineJS" target="_blank">community support forum</a>.</p>
<div class="row"> <div class="row">
<div class="span12"> <div class="span12">
<div id="accordion-faq" class="accordion"> <div id="accordion-faq" class="accordion">
@ -13,7 +13,7 @@
<div class="accordion-group"> <div class="accordion-group">
<div class="accordion-heading"><a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-03" class="accordion-toggle collapsed">Why is my timeline not displaying or why is it stuck at the parsing data screen?</a></div> <div class="accordion-heading"><a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-03" class="accordion-toggle collapsed">Why is my timeline not displaying or why is it stuck at the parsing data screen?</a></div>
<div id="faq-03" style="height: 0px;" class="accordion-body collapse"> <div id="faq-03" style="height: 0px;" class="accordion-body collapse">
<div class="accordion-inner">If you&#x27;re using a Google Spreadsheet as your source, make sure your Google spreadsheet is public and published. Also make sure you don&#x27;t have any empty rows in the spreadsheet since this can sometimes cause problems.</div> <div class="accordion-inner">If you&#x27;re using a Google Spreadsheet as your source, make sure your Google spreadsheet is public and published. Also make sure you don&#x27;t have any empty rows in the spreadsheet as this can sometimes cause problems.</div>
</div> </div>
</div> </div>
<div class="accordion-group"> <div class="accordion-group">

Loading…
Cancel
Save