From: Drew Butler Date: Sun, 5 Jan 2014 06:15:42 +0000 (-0600) Subject: Fix javascript link in abide docs section X-Git-Tag: 5.0.3~30^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4065%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix javascript link in abide docs section --- diff --git a/doc/pages/components/abide.html b/doc/pages/components/abide.html index d203faa43..d6757a70b 100644 --- a/doc/pages/components/abide.html +++ b/doc/pages/components/abide.html @@ -86,8 +86,7 @@ You can bind to these events and fire your own callback: ## Using the JavaScript
- {{!-- TODO FIX JAVASCRIPT PATH --}} - Before you can use Abide you'll want to verify that jQuery and `foundation.js` are available on your page. You can refer to the [JavaScript documentation](../JavaScript.html) on setting that up. + Before you can use Abide you'll want to verify that jQuery and `foundation.js` are available on your page. You can refer to the [JavaScript documentation](../javascript.html) on setting that up.
Just add `foundation.abide.js` AFTER the `foundation.js` file. Your markup should look something like this: