From 3f86c7e7f95012753f74552d2af89ba9b943ca80 Mon Sep 17 00:00:00 2001 From: Lynda Date: Wed, 9 Mar 2016 18:18:04 -0700 Subject: [PATCH] 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. --- docs/pages/reveal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2