~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal-security

« back to all changes in this revision

Viewing changes to calendar/resources/content/mouseoverPreviews.js

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-05-21 16:09:39 UTC
  • mfrom: (1.3.1) (25.1.1 precise-security)
  • Revision ID: package-import@ubuntu.com-20120521160939-0702473a46xfq3tl
Tags: 1.5~b2+build1-0ubuntu1
New upstream release from the beta channel (CALENDAR_1_5b2_BUILD1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
      boxAppendLabeledText(vbox, "tooltipStatus", statusString);
237
237
    }
238
238
 
 
239
    if (event.organizer && event.getAttendees({}).length > 0) {
 
240
      let organizer = event.organizer;
 
241
      boxAppendLabeledText(vbox, "tooltipOrganizer", organizer);
 
242
    }
 
243
 
239
244
    var description = event.getProperty("DESCRIPTION");
240
245
    if (description) {
241
246
      boxAppendBodySeparator(vbox);