]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
replace .children('img') with .find('img') 4383/head
authorChristian Seel <cs@chsmedien.de>
Fri, 7 Feb 2014 17:58:28 +0000 (18:58 +0100)
committerChristian Seel <cs@chsmedien.de>
Fri, 7 Feb 2014 17:58:28 +0000 (18:58 +0100)
commite7db27f31d4e291a71c211a988fb7622f18f7932
treefbfddf7830bc949a42aee265ba439f2df1a9d69a
parentafef992de77317fa7931c39918549c55d56bafed
replace .children('img') with .find('img')

Don't expect images to be direct children of the slide element item. An image could also have an ```<a>``` tag as wrapper.
js/foundation/foundation.orbit.js