From 2ec6fb77c7fcc87cf2c59401de289f80795e1182 Mon Sep 17 00:00:00 2001 From: Jerry Jiang Date: Fri, 12 Sep 2014 17:25:39 -0400 Subject: [PATCH] Remove console.log in tabs.js. Fixes #5746 --- js/foundation/foundation.tab.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 () { -- 2.47.2