> config.macros.calendar.todaybg = DarkGray' > and a variation with semicolon at the end instead - however It doesn't > work for me...
The left side of an assignment statement is a variable reference. The right side of an assignment statement is a value... in this case, a text string, which must have matching quotes around it. Every JS statement ends with a semi-colon. Thus: config.macros.calendar.todaybg = "DarkGray"; enjoy, -e --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~----------~----~----~----~------~----~------~--~---

