timeglider / jquery_widget

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

Link always appears in popup dialog #3

Closed FattusMannus closed 13 years ago

FattusMannus commented 13 years ago

Passing in an empty or not specifying a link parameter still results in a link being shown in the popup

timeglider commented 13 years ago

This has been taking care of: If there's no link in the event JSON, no link shows. I also improved the import structure: You can use an array of objects like this: [{"label":"Wikipedia", "url":"http://en.wikipedia.org/wiki/Javascript"}, {"label":"NYTimes", "url":"http://nytimes.com"}] to import multiple links into the same event, shown across the bottom of the modal. Only file that changed: js/timeglider/TG_TimelineView.js