adjusting the events page id for the header search
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 May 2017 20:37:16 +0000 (16:37 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 May 2017 20:37:16 +0000 (16:37 -0400)
the header search events id was incorrect, so it wasn't sending to an existing page

index.php

index dbfcb8a..1cd3344 100644 (file)
--- a/index.php
+++ b/index.php
@@ -49,7 +49,7 @@
                     
                     // Private members
                     var baseUrl     = '<?php echo home_url('/') ?>';
-                    var eventsPage  = '<?php echo get_permalink(131) ?>';
+                    var eventsPage  = '<?php echo get_permalink(330) ?>';
                     var url,queryType;
 
                     // Public members