projects
/
WP-Themes
/
petoskeyarea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40db7b4
)
forgot to uncomment code that was removed for testing
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 2 Aug 2016 17:19:49 +0000
(13:19 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 2 Aug 2016 17:19:49 +0000
(13:19 -0400)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
278ebd9
..
9deff38
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-80,9
+80,9
@@
foreach ($posts as $p){
var id;
function get_id(el){
- console.log(el.alt);
+
//
console.log(el.alt);
id = el.getAttribute("data-id");
-
//
window.location.href = site_array[el.getAttribute("data-id")];
+ window.location.href = site_array[el.getAttribute("data-id")];
}
</script>