]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
removes live console logs from reveal and equalizer
authorzurbchris <chris@zurb.com>
Wed, 2 Dec 2015 22:45:57 +0000 (14:45 -0800)
committerzurbchris <chris@zurb.com>
Wed, 2 Dec 2015 22:45:57 +0000 (14:45 -0800)
js/foundation.equalizer.js
js/foundation.reveal.js

index 6a70456f7d6fc4cb65a27f0f912135d828f6396c..5dca834016202aefe80ea1c23e916309b5d82136 100644 (file)
 
     eqGroup.height('inherit');
     heights = eqGroup.map(function () { return $(this).outerHeight(false);}).get();
-    console.log(heights);
+    
     return heights;
   };
   /**
     for (var i = 0; i < eqGroup.length; i++) {
       $(eqGroup[i]).css('height', max);
     }
-    // console.log(max);
+
     /**
      * Fires when the heights have been applied
      * @event Equalizer#postEqualized
index c86d24bcc58221003dbca8289e50002c7cc9bed5..25a47578dd6be30a0bf1511cfcba8cbd9ca2fa6b 100644 (file)
     var elePos = this.options.fullScreen ? 'reveal full' : (eleDims.height >= (0.5 * eleDims.windowDims.height)) ? 'reveal' : 'center';
 
     if(elePos === 'reveal full'){
-      console.log('full');
       //set to full height/width
       this.$element
           .offset(Foundation.Box.GetOffsets(this.$element, null, elePos, this.options.vOffset))