From 38a97c68119680a7e55592f510013a321b247a76 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sat, 1 Mar 2014 18:32:54 +0100 Subject: [PATCH] [REMOVED] Console debug JS log --- public/site_assets/bootstrap/js/mpos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/site_assets/bootstrap/js/mpos.js b/public/site_assets/bootstrap/js/mpos.js index ae676aad..9c759314 100644 --- a/public/site_assets/bootstrap/js/mpos.js +++ b/public/site_assets/bootstrap/js/mpos.js @@ -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 {