From 58489fdb82c47433616e9a6fc3d3cb81e5e00651 Mon Sep 17 00:00:00 2001 From: Craig Patik Date: Sun, 22 Jun 2014 14:17:20 -0400 Subject: [PATCH] Fixed broken link This is broken on the [published docs](http://foundation.zurb.com/docs/components/reveal.html) as well (under the section "Using the JavaScript"). --- doc/pages/components/reveal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/components/reveal.html b/doc/pages/components/reveal.html index 94b5cb73b..a74aea3d0 100644 --- a/doc/pages/components/reveal.html +++ b/doc/pages/components/reveal.html @@ -214,7 +214,7 @@ $(document).on('closed.fndtn.reveal', '[data-reveal]', function () {

Using the Javascript

- Before you can use Reveal you'll want to verify that jQuery and `foundation.min.js` are available on your page. You can refer to the [Javascript documentation](../Javascript.html) on setting that up. + Before you can use Reveal you'll want to verify that jQuery and `foundation.min.js` are available on your page. You can refer to the [Javascript documentation](../javascript.html) on setting that up.

If you are not using foundation.min.js and individually adding plugins, include `foundation.reveal.js` AFTER the `foundation.js` file. Your markup should look something like this:

-- 2.47.2