[REMOVED] Console debug JS log
This commit is contained in:
parent
e26e35ed33
commit
38a97c6811
@ -8,7 +8,7 @@ $(function() {
|
||||
//collapses the sidebar on window resize.
|
||||
$(function() {
|
||||
$(window).bind("load resize", function() {
|
||||
console.log($(this).width())
|
||||
// console.log($(this).width())
|
||||
if ($(this).width() < 768) {
|
||||
$('div.sidebar-collapse').addClass('collapse')
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user