Skip to content

Commit

Permalink
Remove console logs from demo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Apr 23, 2018
1 parent 65f370e commit 8183f2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dist/js/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
} else {
$('.main-header').removeClass('border-bottom')
}
console.log($(this).is(':checked'), 'hi')
})
$checkbox_container.append($navbar_border)
$checkbox_container.append('<span>Navbar border</span>')
Expand Down Expand Up @@ -116,7 +115,6 @@
})

$sidebar.addClass(sidebar_class)
console.log('added ' + sidebar_class)
}))

$container.append('<h6>Light Sidebar Variants</h6>')
Expand All @@ -133,7 +131,6 @@
})

$sidebar.addClass(sidebar_class)
console.log('added ' + sidebar_class)
}))

var logo_skins = navbar_all_colors
Expand Down

0 comments on commit 8183f2a

Please sign in to comment.