]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
removed a live console.log and a reference to an unused function
authorChris Oyler <chris@zurb.com>
Thu, 17 Dec 2015 22:46:40 +0000 (14:46 -0800)
committerChris Oyler <chris@zurb.com>
Thu, 17 Dec 2015 22:46:40 +0000 (14:46 -0800)
js/foundation.sticky.js
js/foundation.tooltip.js

index b51a6ca397fec232ce8b96bb56c2d420360e0131..65b348bf548cfca6bc5c3c36be21e937957c9ab2 100644 (file)
@@ -92,7 +92,6 @@
 
   /**
    * Initializes the sticky element by adding classes, getting/setting dimensions, breakpoints and attributes
-   * Also triggered by Foundation._reflow
    * @function
    * @private
    */
index b0039b83f8efa22b9a17a327abb9b3bf47b149e1..6eb20d1e28b6fd8242c260a458236c8cd4a9bbbf 100644 (file)
     this.$element
       .on('focus.zf.tooltip', function(e){
         isFocus = true;
-        console.log(_this.isClick);
+        // console.log(_this.isClick);
         if(_this.isClick){
           return false;
         }else{