From: Laury GvR Date: Wed, 3 Oct 2018 16:19:11 +0000 (-0400) Subject: gruntified previous commit to remove console logs X-Git-Tag: v1.0.28^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=143d75b6f0d136bdbebeee1c1cd35d2b715a6353;p=WP-Themes%2Fgaylordmichigan.git gruntified previous commit to remove console logs --- diff --git a/js/app.js b/js/app.js index f5a9004..995b723 100644 --- a/js/app.js +++ b/js/app.js @@ -206,7 +206,7 @@ var g=a(f(this.selector(c),a("
").html(c.attr("title")).html())),h=thi $(document).foundation(); $(document).ready(function () { 'use strict'; - + var page = $("body"); var search_member = page.find('#member-categories'); var search_input = page.find(".site-search"); @@ -215,9 +215,6 @@ $(document).ready(function () { var search_close = page.find(".topbar-search-close"); var dropdown_button = page.find('.dropdown-search-button'); - console.log(search_member); - console.log($(search_member)); - $('ul.children').each(function () { $(this).before(''); });