]> code.delx.au - comingnext/commitdiff
added support for Location field for DayEvents (since N8 supports it). A bug in Nokia...
authorMichael Prager <michael@pragers.de>
Sat, 14 May 2011 12:41:53 +0000 (14:41 +0200)
committerMichael Prager <michael@pragers.de>
Sat, 14 May 2011 12:41:53 +0000 (14:41 +0200)
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