removing unused function calls in the JS files
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Oct 2017 19:08:08 +0000 (15:08 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Oct 2017 19:08:08 +0000 (15:08 -0400)
removing unused function calls in the ajax search JS file

js/app.js
js/custom/headerSearch.js

index 7399dff..470945c 100644 (file)
--- 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(){
index 58d6e38..c58e24c 100644 (file)
@@ -43,12 +43,6 @@ $(document).ready(function () {
 
 
     };
-//    sortDropDownListByText('county-search', true);
-//
-//
-//    sortDropDownListByText('county-search', false);
-
-
 
     // member info data on change
     counties.on('change', function(){