934377c9 by Jeff Balicki

ee

1 parent a3b69e5c
...@@ -73,8 +73,13 @@ jQuery( document ).ready(function($) { ...@@ -73,8 +73,13 @@ jQuery( document ).ready(function($) {
73 } 73 }
74 }); 74 });
75 75
76 $(document).on("click","#wpsl-search-btn",function() { 76
77 $('#wpsl-s').show(); 77
78 $( "#wpsl-search-input" ).focusout(function(e){
79 if($(this).val() !=""){
80 $('#wpsl-s').show();
81 $( "#wpsl-search-btn").click();
82 }
78 }); 83 });
79 84
80 $( "#register-here" ).on( "keydown", function(event) { 85 $( "#register-here" ).on( "keydown", function(event) {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.1.30376 8 Version: 1.1.30377
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......