Modified test compliments anytime this follow configuration:

{
	morning: [],
	afternoon: [],
	evening: [],
	anytime: ["Anytime here"]
    }
This commit is contained in:
Rodrigo Ramírez Norambuena
2017-02-20 01:52:07 -03:00
parent 1a296a8ca1
commit 97ab88b39a
2 changed files with 5 additions and 5 deletions

View File

@@ -23,9 +23,9 @@ var config = {
position: "middle_center",
config: {
compliments: {
morning: ["Good Morning"],
afternoon: ["Good Afternoon"],
evening: ["Good Evening"],
morning: [],
afternoon: [],
evening: [],
anytime: ["Anytime here"]
}