projects
/
WP-Themes
/
charlevoixlibrary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b421f
)
adjusting the events page id for the header search
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 3 May 2017 20:37:16 +0000
(16:37 -0400)
committer
Anthony 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
patch
|
blob
|
history
diff --git
a/index.php
b/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