From: Craig Patik Date: Sun, 22 Jun 2014 18:17:20 +0000 (-0400) Subject: Fixed broken link X-Git-Tag: v5.3.2~18^2~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5353%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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"). --- 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: