mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-23 05:20:03 +00:00
Remove unnecessary string from excluded array
This commit is contained in:
@@ -39,9 +39,7 @@ Module.register("calendar", {
|
||||
"'s birthday": ""
|
||||
},
|
||||
broadcastEvents: true,
|
||||
excludedEvents: [
|
||||
""
|
||||
]
|
||||
excludedEvents: []
|
||||
},
|
||||
|
||||
// Define required scripts.
|
||||
@@ -135,7 +133,7 @@ Module.register("calendar", {
|
||||
if (excluded) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
var eventWrapper = document.createElement("tr");
|
||||
|
||||
if (this.config.colored) {
|
||||
|
Reference in New Issue
Block a user