File event date issue
parent
f799bc9a55
commit
1db29491e7
|
|
@ -4,22 +4,22 @@ var moment = require('moment-timezone');
|
||||||
|
|
||||||
var config = {
|
var config = {
|
||||||
ss:{
|
ss:{
|
||||||
title: "Sunday School",
|
title: "Sunday School Church",
|
||||||
description: "Sunday School Service",
|
description: "Sunday School Service",
|
||||||
exists: false
|
exists: false
|
||||||
},
|
},
|
||||||
sm: {
|
sm: {
|
||||||
title: "Sunday Morning",
|
title: "Sunday Morning Church",
|
||||||
description: "Sunday Morning Worship Service",
|
description: "Sunday Morning Worship Service",
|
||||||
exists: false
|
exists: false
|
||||||
},
|
},
|
||||||
se: {
|
se: {
|
||||||
title: "Sunday Evening",
|
title: "Sunday Evening Church",
|
||||||
description: "Sunday Evening Service",
|
description: "Sunday Evening Service",
|
||||||
exists: false
|
exists: false
|
||||||
},
|
},
|
||||||
we: {
|
we: {
|
||||||
title: "Wednesday Evening",
|
title: "Wednesday Evening Bible Study",
|
||||||
description: "Wednesday Evening Bible Study and Prayer",
|
description: "Wednesday Evening Bible Study and Prayer",
|
||||||
exists: false
|
exists: false
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue