From 41d0a588cef9e2c98de3fa19b5d12ff48600dc82 Mon Sep 17 00:00:00 2001 From: Drew Butler Date: Sun, 5 Jan 2014 00:15:42 -0600 Subject: [PATCH] Fix javascript link in abide docs section --- doc/pages/components/abide.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.47.2