timeglider / jquery_widget

Timeglider's JS Widget component. See README for details.
193 stars 41 forks source link

Enable formated description for events #18

Closed aurium closed 12 years ago

aurium commented 12 years ago

I make a little change on timeglider/TG_Mediator.js to accept html formatted descriptions on events details dialog.

timeglider commented 12 years ago

This is great:

I integrated this, but used the more verbose form of the if/else: `if (field == "description"){ value = $(this).text(); } else { value = $(this).html(); }