Skip to content

Commit

Permalink
minor updates to remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz committed Mar 26, 2018
1 parent 587d24b commit 66c0a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrollimate.js
Expand Up @@ -327,7 +327,7 @@ var scrollimate = (function( window, $ ){
var exists = false;
for(i=0; i < $allTabs.length; i++){
var curtab = $($allTabs[i]).attr('data-tabscroll');
console.log( curtab );
// console.log( curtab );
if( curtab === location ){
exists = true;
}
Expand Down Expand Up @@ -441,7 +441,7 @@ var scrollimate = (function( window, $ ){
var saAccordion = function(element, mainwidthinpercent, type, imageaspectratio){
var __saAccordionHelper = function(){
var $element = $(element);
console.log( $element );
// console.log( $element );
if (mainwidthinpercent === undefined){
mainwidthinpercent = '50';
}
Expand Down

0 comments on commit 66c0a06

Please sign in to comment.