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

Quickfix #38

Closed protz closed 12 years ago

protz commented 12 years ago

Fix the sync between the pop-out and the main window in the onstage mode (fix #35)

I don't know if this is the right fix but this seems to work for me. There's probably something that I overlooked but I'd be happy to fix it. Right now, that seems to be working good enough for me to do my presentation tomorrow, which is all I want :)

paulrouget commented 12 years ago

Should I merge that or wait for the new protocol implementation? (also, if you want me to merge that, please remove the console call).

protz commented 12 years ago

I was wondering if you were interested in a temporary fix while waiting for the new protocol implementation. If the bug is to land soon, I don't think it's worth landing.

On Mon 17 Oct 2011 01:44:07 PM CEST, Paul Rouget wrote:

Should I merge that or wait for the new protocol implementation? (also, if you want me to merge that, please remove the console call).

hsablonniere commented 12 years ago

I published the new protocol implementation. It fixes your problem.

It's not on master yet but if you're in a hurry you can get it from here : https://github.com/hsablonniere/dzslides/tree/protocol

Thanks very much for your patch anyway and sorry for the lack of reaction ;-)