]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
fix bug where every valid element after an invalid was marked as invalid 5738/head
authorChristian Seel <cs@chsmedien.de>
Thu, 4 Sep 2014 06:37:30 +0000 (08:37 +0200)
committerChristian Seel <cs@chsmedien.de>
Thu, 4 Sep 2014 06:37:30 +0000 (08:37 +0200)
commit0436102f90741556db2a69c33129316eed00842e
tree9c888ae9f3b19b056c89718b579afc62f4174333
parentbcf4a16dc1e02286e6347d9aeaa97a3080a8d496
fix bug where every valid element after an invalid was marked as invalid

There is a bug where every valid element after an invalid element was marked/styled as invalid due the fact that the `validations` array was global and always included a `false` when a previous element was invalid.
js/foundation/foundation.abide.js