]> code.delx.au - comingnext/blobdiff - comingNext/index.html
added support for Location field for DayEvents (since N8 supports it). A bug in Nokia...
[comingnext] / comingNext / index.html
index 48610ac92986ba853b303ad8ab4a2e468d6a8b5c..13745ef3f7e0007cfde8b0a3cb7b17af88735d63 100644 (file)
@@ -674,7 +674,7 @@ function updateData()
 \r
                                // summary can be undefined!\r
                                var Summary = ((entry.Summary == null) ? '' : entry.Summary);\r
-                               if (entry.Type == 'Meeting' && entry.Location != '' && config['showLocation'].Value)\r
+                               if (entry.Location != '' && entry.Location != undefined && config['showLocation'].Value)\r
                                        Summary += ', ' + entry.Location;\r
                                \r
                                // fix by yves: determine start and end dates/times\r