From: Chris Oyler Date: Thu, 17 Dec 2015 22:46:40 +0000 (-0800) Subject: removed a live console.log and a reference to an unused function X-Git-Tag: v6.1.0~5^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26cf26164a3d42bc3f0e803a5541e965e74d8cf8;p=thirdparty%2Ffoundation%2Ffoundation-sites.git removed a live console.log and a reference to an unused function --- diff --git a/js/foundation.sticky.js b/js/foundation.sticky.js index b51a6ca39..65b348bf5 100644 --- a/js/foundation.sticky.js +++ b/js/foundation.sticky.js @@ -92,7 +92,6 @@ /** * Initializes the sticky element by adding classes, getting/setting dimensions, breakpoints and attributes - * Also triggered by Foundation._reflow * @function * @private */ diff --git a/js/foundation.tooltip.js b/js/foundation.tooltip.js index b0039b83f..6eb20d1e2 100644 --- a/js/foundation.tooltip.js +++ b/js/foundation.tooltip.js @@ -372,7 +372,7 @@ this.$element .on('focus.zf.tooltip', function(e){ isFocus = true; - console.log(_this.isClick); + // console.log(_this.isClick); if(_this.isClick){ return false; }else{