Skip to content

Commit b16f788

Browse files
committed
Updates no events message
1 parent 8ef9c6e commit b16f788

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_site/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>codeRIT</title>
55
<link href="http://localhost:4000/atom.xml" rel="self"/>
66
<link href="http://localhost:4000/"/>
7-
<updated>2019-03-06T11:05:35-05:00</updated>
7+
<updated>2019-03-06T11:13:00-05:00</updated>
88
<id>http://localhost:4000</id>
99
<author>
1010
<name></name>

assets/scripts/main_clayhack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var Events = {
4141
}
4242

4343
if (response.items.length === 0) {
44-
$('#event-list-cta').html('<h4>There are no upcoming events.</h4>');
44+
$('#event-list-cta').html('<h4>Check back soon for our schedule!</h4>');
4545
return false;
4646
}
4747

0 commit comments

Comments
 (0)