fix for pdf to work
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 10 Jul 2017 18:11:05 +0000 (14:11 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 10 Jul 2017 18:11:05 +0000 (14:11 -0400)
Need to switch form to post.

views/front/events/searchForm.html

index 6bb4340..1c98f2a 100644 (file)
@@ -92,6 +92,8 @@
 </div>
 <script type="text/javascript">
     jQuery(document).ready(function($){
-
+        jQuery('#glm-event-pdf-submit').click(function(){
+            jQuery('#glm-member-event-search').attr('method', 'post');
+        });
     });
 </script>