934377c9 by Jeff Balicki

ee

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