From: Jerry Jiang Date: Fri, 12 Sep 2014 21:25:39 +0000 (-0400) Subject: Remove console.log in tabs.js. Fixes #5746 X-Git-Tag: v5.4.5~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5789%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove console.log in tabs.js. Fixes #5746 --- diff --git a/js/foundation/foundation.tab.js b/js/foundation/foundation.tab.js index 3a8d0e6fa..38943c6e5 100644 --- a/js/foundation/foundation.tab.js +++ b/js/foundation/foundation.tab.js @@ -59,14 +59,7 @@ S(window).on('hashchange.fndtn.tab', function (e) { e.preventDefault(); self.handle_location_hash_change(); - - }).on('keyup', function (e) { -        if (e.keyword == 9) { -          // active tab -          console.log(document.querySelector('[data-tab] .tab-title :focus')) -        } -      }); - ; + }); }, handle_location_hash_change : function () {