Skip to content

Commit 07ab98a

Browse files
committed
added link to forcelogic blog
1 parent 60eeab3 commit 07ab98a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

views/partials/faq.handlebars

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<h3 class="question"><i class="fa fa-question-circle"></i>I'm looking for a getting started tutorial. Where can I find one?</h3>
1717
<p class="answer">Our blog has a <a href="http://www.topcoder.com/blog/build-your-first-salesforce1-lightning-component/" target="_blank">Build Your First Salesforce1 Lightning Component</a> post complete with code to get you up and running.</p>
1818
</div><!--//item-->
19+
<div class="item">
20+
<h3 class="question"><i class="fa fa-question-circle"></i>I'm having problems loading external libraries (jQuery, bootstrap, etc.) and it sometimes throws an error??</h3>
21+
<p class="answer">This is a knows "feature" when dealing with async loadig resources. Take a look at <a href="http://enreeco.blogspot.it/2014/11/salesforce-lightning-loading-scripts.html" target="_blank">ForceLogic's blog post</a> for a solution.</p>
22+
</div><!--//item-->
1923
</div><!--//faq-col-->
2024
<div class="faq-col col-md-6 col-sm-6 col-xs-12">
2125
<div class="item">

0 commit comments

Comments
 (0)