75420630 by Jeff Balicki

ee

1 parent 6b1adcd9
......@@ -71,7 +71,11 @@ jQuery( document ).ready(function($) {
if(event.which == 13){
$('#wpsl-s').show();
}
});
});
$(document).on("click","#wpsl-search-btn",function() {
$('#wpsl-s').show();
});
$( "#register-here" ).on( "keydown", function(event) {
if(event.which == 13){
......