Open GoogleCodeExporter opened 8 years ago
I am using Chrome Version 24.0.1312.52 m
The google demo works in Firefox but not Chrome for me.
Original comment by ty...@appmobi.com
on 16 Jan 2013 at 3:40
I have the same error.
I am using Google Chrome Versión 24.0.1312.52 m and Windows 7
Original comment by gustavo....@gmail.com
on 17 Jan 2013 at 9:52
slides.js
220c220
< toBuild[0].classList.remove('to-build', '');
---
> toBuild[0].classList.remove('to-build');
Original comment by yungs...@gmail.com
on 18 Jan 2013 at 6:44
Yeah this a pretty big issue that affects any slide deck using the .build class
- please fix soon
Original comment by wes...@gmail.com
on 22 Jan 2013 at 5:49
Right now I have a working copy by saving slides.js onto my computer and
implementing the fix on line 220 by changing:
toBuild[0].classList.remove('to-build', ''); to
toBuild[0].classList.remove('to-build');
If you need your presentation to work before they fix it, I'd suggest doing
that, saved my presentation thanks to yungs...@gmail.com.
Original comment by ty...@appmobi.com
on 22 Jan 2013 at 6:23
Original issue reported on code.google.com by
ty...@appmobi.com
on 16 Jan 2013 at 3:23