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:
832a7b0
)
changing the courses card text to reflect lessons instead of courses
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 24 Jul 2018 20:14:02 +0000
(16:14 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 24 Jul 2018 20:14:02 +0000
(16:14 -0400)
js/custom.js
patch
|
blob
|
history
diff --git
a/js/custom.js
b/js/custom.js
index
37f8f92
..
0b429db
100644
(file)
--- a/
js/custom.js
+++ b/
js/custom.js
@@
-208,7
+208,7
@@
jQuery(document).ready(function($){
$(this).append( $('<a></a>',{
"class": "view-course-link",
"href": link,
- "text": "View
Course
"
+ "text": "View
Lessons
"
}));
}
})