Under the section "Using the Foundation Page Scripts", I can't find where to put the launchSidekick code?? I tried putting it in content.jsp page, but then I got a blank page back.
In the tutorial, you are asked to open the page source and observe the launchSidekick code. The intent is to observe that the page is inheriting content from the foundation/components/page component because of your page component's sling:resourceSuperType property. The inherited content includes the code that launches Sidekick. So, you don't actually need to do anything with the launchSidekick code.
In the tutorial, you are asked to open the page source and observe the launchSidekick code. The intent is to observe that the page is inheriting content from the foundation/components/page component because of your page component's sling:resourceSuperType property. The inherited content includes the code that launches Sidekick. So, you don't actually need to do anything with the launchSidekick code.
Hi Scott, thanks for getting back to me. That is what I though was supposed to be going on, but when I ran the tutorial, no sidekick appeared on the page. I am not sure why it didn't appear, thought that I had forgot to add the code somewhere. Apart from that, the rest of the tutorial worked fine.