]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove console.log in tabs.js. Fixes #5746 5789/head
authorJerry Jiang <jerryjiang1128@gmail.com>
Fri, 12 Sep 2014 21:25:39 +0000 (17:25 -0400)
committerJerry Jiang <jerryjiang1128@gmail.com>
Fri, 12 Sep 2014 21:25:39 +0000 (17:25 -0400)
js/foundation/foundation.tab.js

index 3a8d0e6fae2c452eb1541b36c65de715a83efbaf..38943c6e5fe7fda8a62df567155d5b93262945bd 100644 (file)
       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 () {