From: leksak Date: Tue, 23 Jun 2015 10:45:54 +0000 (+0200) Subject: Have supplied code match code comment X-Git-Tag: v5.5.3~51^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6646%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Have supplied code match code comment --- diff --git a/doc/pages/components/accordion.html b/doc/pages/components/accordion.html index 78317d89a..b425b868a 100644 --- a/doc/pages/components/accordion.html +++ b/doc/pages/components/accordion.html @@ -147,7 +147,7 @@ $(document).foundation({ // specify the class used for active (or open) accordion panels active_class: 'active', // allow multiple accordion panels to be active at the same time - multi_expand: false, + multi_expand: true, // allow accordion panels to be closed by clicking on their headers // setting to false only closes accordion panels when another is opened toggleable: true