]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove rogue console.log from toggler
authorGeoff Kimball <geoff@zurb.com>
Tue, 1 Mar 2016 19:40:37 +0000 (11:40 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 1 Mar 2016 19:40:37 +0000 (11:40 -0800)
js/foundation.toggler.js

index 645b8b267dfa40017b9a6d1e1b868f5bec1b0c85..8bcaae4c2c1d360977faa749c173f65605ef0049 100644 (file)
@@ -116,7 +116,6 @@ class Toggler {
   }
 
   _updateARIA(isOn) {
-    console.log(isOn);
     this.$element.attr('aria-expanded', isOn ? true : false);
   }