From: Lynda Date: Thu, 10 Mar 2016 01:18:04 +0000 (-0700) Subject: Update Advanced options link X-Git-Tag: v6.2.2-rc1~4^2~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8379%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update Advanced options link The link to the advanced section of the page that was in the callout didn't link to anything. This updates the link to the correct id. --- diff --git a/docs/pages/reveal.md b/docs/pages/reveal.md index a8c14ff4b..aa9db1de4 100644 --- a/docs/pages/reveal.md +++ b/docs/pages/reveal.md @@ -13,7 +13,7 @@ tags: A modal is just an empty container, so you can put any kind of content inside it, from text to forms to video to an entire grid.
-

Please note that we removed the option for AJAX loaded modals in Foundation 6. We did make it very easy to implement on your own though, check out a sample in the Advanced section.

+

Please note that we removed the option for AJAX loaded modals in Foundation 6. We did make it very easy to implement on your own though, check out a sample in the Advanced section.

To create a modal, add the class `.reveal`, the attribute `data-reveal`, and a unique ID to a container.