paulrouget / dzslides

DZSlides is a one-file HTML template to build slides in HTML5 and CSS3.
http://paulrouget.com/dzslides
932 stars 255 forks source link

Display notes on the first slide #79

Closed mathjazz closed 12 years ago

mathjazz commented 12 years ago

Currently, if you want to display notes (details tag) for the first slide, they do not show up on presenter display (onstage.html). They do show up however, if you move to the next slide and then back to the first one.

This is a fix which will always display notes for the first slide, even on first load.

hsablonniere commented 12 years ago

Nice catch!

@paulrouget Do you remember why we had this if statement ?

Waiting for his reply and we'll merge right after...

mathjazz commented 12 years ago

Thanks!

I was trying to figure out this if statement myself, but without success.

paulrouget commented 12 years ago

… no idea. Merge _o/