]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Merge branch 'v6.3-drilldown-autoheight' of git://github.com/designerno1/foundation...
authorKevin Ball <kmball11@gmail.com>
Wed, 5 Oct 2016 21:36:28 +0000 (14:36 -0700)
committerKevin Ball <kmball11@gmail.com>
Wed, 5 Oct 2016 21:36:28 +0000 (14:36 -0700)
1  2 
js/foundation.drilldown.js
scss/components/_drilldown.scss

index 2fe92da45c72fd2c3b32601329bf44d4ff2e707f,cf2cec93b66297f45a29f0ca7044707eb6a4f261..e1ef6c92a9dbf05fbb3f3ff13af5424c6b2a8971
@@@ -219,7 -220,6 +220,7 @@@ class Drilldown 
                  $element.parent('li').parent('ul').parent('li').children('a').first().focus();
                }, 1);
              });
-             return true;            
++            return true;
            } else if ($element.is(_this.$submenuAnchors)) {
              _this._show($element.parent('li'));
              $element.parent('li').one(Foundation.transitionend($element), function(){
Simple merge