From: Kyle Macquarrie Date: Thu, 6 Feb 2014 00:56:10 +0000 (+0000) Subject: fix incorrect refs from interchange to equalizer X-Git-Tag: v5.1.1~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4364%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix incorrect refs from interchange to equalizer --- diff --git a/doc/pages/components/equalizer.html b/doc/pages/components/equalizer.html index bd20d34fa..c01f60c40 100644 --- a/doc/pages/components/equalizer.html +++ b/doc/pages/components/equalizer.html @@ -159,10 +159,10 @@ $(document).on('after-height-change', function(){ ### Using the Javascript -Before you can use Interchange 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 Equalizer 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.interchange.js` AFTER the `foundation.js` file. Your markup should look something like this: +Just add `foundation.equalizer.js` AFTER the `foundation.js` file. Your markup should look something like this: {{> examples_equalizer_javascript}}