75420630 by Jeff Balicki

ee

1 parent 6b1adcd9
...@@ -73,6 +73,10 @@ jQuery( document ).ready(function($) { ...@@ -73,6 +73,10 @@ jQuery( document ).ready(function($) {
73 } 73 }
74 }); 74 });
75 75
76 $(document).on("click","#wpsl-search-btn",function() {
77 $('#wpsl-s').show();
78 });
79
76 $( "#register-here" ).on( "keydown", function(event) { 80 $( "#register-here" ).on( "keydown", function(event) {
77 if(event.which == 13){ 81 if(event.which == 13){
78 $('.wp-block-group.register').toggle(); 82 $('.wp-block-group.register').toggle();
......