projects
/
WP-Themes
/
saultstemarie360.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cdc576
)
testing updated javascript to make the front page action items clickable to open...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 23 Jul 2018 19:16:19 +0000
(15:16 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 23 Jul 2018 19:16:19 +0000
(15:16 -0400)
js/custom.js
patch
|
blob
|
history
diff --git
a/js/custom.js
b/js/custom.js
index
21b80b9
..
301df51
100644
(file)
--- a/
js/custom.js
+++ b/
js/custom.js
@@
-176,7
+176,7
@@
jQuery(document).ready(function($){
course_cards.on("click", function(){
window.location = $(this).data('url');
})
- let getting_started = $(".parallax-section:
first-child
");
+ let getting_started = $(".parallax-section:
nth-child(2)
");
let login_section = getting_started.find(".service-listing").children(".service-list:first-child");
login_section.addClass("parallax-hover");
login_section.on("click", function(){