]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
fix: add reflow option in reflow to limit responsive accordion tabs fix 11885/head
authorSassNinja <kai.falkowski@gmail.com>
Thu, 24 Oct 2019 15:28:15 +0000 (17:28 +0200)
committerSassNinja <kai.falkowski@gmail.com>
Thu, 24 Oct 2019 15:28:15 +0000 (17:28 +0200)
commit55e563cd673db33329c0a0d5aa77b41f9c9ed716
treee12e2b3a6e1508c2d55c7538dd94db339efe5f17
parent53038d87e6bf054b507c624d52c8a143545a6163
fix: add reflow option in reflow to limit responsive accordion tabs fix

Without this adjustment the constructor of ResponsiveAccordionTabs always returns the transformed plugin (Accordion/Tab) and not ResponsiveAccordionTabs.

This behavior is mostly only needed if the plugin gets initialized automatically.
Otherwise all own methods of that plugin don't make much sense.
js/foundation.core.js
js/foundation.responsiveAccordionTabs.js