X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/a965ef019d26c7cd4b21922d6698a14ef166f2e6..cd8af74dcd1796c3fea224153b09e7d3ec8f1b69:/comingNext/index.html diff --git a/comingNext/index.html b/comingNext/index.html index 48610ac..13745ef 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -674,7 +674,7 @@ function updateData() // summary can be undefined! var Summary = ((entry.Summary == null) ? '' : entry.Summary); - if (entry.Type == 'Meeting' && entry.Location != '' && config['showLocation'].Value) + if (entry.Location != '' && entry.Location != undefined && config['showLocation'].Value) Summary += ', ' + entry.Location; // fix by yves: determine start and end dates/times