From: Laury GvR Date: Tue, 18 Jul 2017 16:19:00 +0000 (-0400) Subject: Fixed the search button in top header, never got re-enabled when selecting destinatio... X-Git-Tag: v1.0.0^2~31 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9424186d10211d5019e02ff966edf27b9c182568;p=WP-Themes%2Fmichigantrailmaps.git Fixed the search button in top header, never got re-enabled when selecting destination completed --- diff --git a/js/app.js b/js/app.js index 79e3a9a..28d6de9 100644 --- a/js/app.js +++ b/js/app.js @@ -331,7 +331,7 @@ $(document).ready(function () { complete: function(){ activities.prop('disabled',false); parks.prop('disabled',false); - category_button.prop('disabled',true); + category_button.prop('disabled',false); category_button.attr('value','Search'); $('.park-search option:first-child').text(park_text); diff --git a/js/custom/headerSearch.js b/js/custom/headerSearch.js index 20cc1f2..3b65810 100644 --- a/js/custom/headerSearch.js +++ b/js/custom/headerSearch.js @@ -322,7 +322,7 @@ $(document).ready(function () { complete: function(){ activities.prop('disabled',false); parks.prop('disabled',false); - category_button.prop('disabled',true); + category_button.prop('disabled',false); category_button.attr('value','Search'); $('.park-search option:first-child').text(park_text);