From 42d31ddb5523d6f5bb13739486ff0ab17a6e65a6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 2 Oct 2017 15:08:08 -0400 Subject: [PATCH] removing unused function calls in the JS files removing unused function calls in the ajax search JS file --- js/app.js | 6 ------ js/custom/headerSearch.js | 6 ------ 2 files changed, 12 deletions(-) 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(){ -- 2.17.1