From: Anthony Talarico Date: Mon, 2 Oct 2017 19:08:08 +0000 (-0400) Subject: removing unused function calls in the JS files X-Git-Tag: v1.0.0^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=42d31ddb5523d6f5bb13739486ff0ab17a6e65a6;p=WP-Themes%2Fmichigantrailmaps.git removing unused function calls in the JS files removing unused function calls in the ajax search JS file --- diff --git a/js/app.js b/js/app.js index 7399dff..470945c 100644 --- a/js/app.js +++ b/js/app.js @@ -52,12 +52,6 @@ $(document).ready(function () { }; -// sortDropDownListByText('county-search', true); -// -// -// sortDropDownListByText('county-search', false); - - // member info data on change counties.on('change', function(){ diff --git a/js/custom/headerSearch.js b/js/custom/headerSearch.js index 58d6e38..c58e24c 100644 --- a/js/custom/headerSearch.js +++ b/js/custom/headerSearch.js @@ -43,12 +43,6 @@ $(document).ready(function () { }; -// sortDropDownListByText('county-search', true); -// -// -// sortDropDownListByText('county-search', false); - - // member info data on change counties.on('change', function(){