You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Open slide template
2. Click on next slide area, on right of current slide
What is the expected output? What do you see instead?
Next slide is show, but navigation hash wasn't update
What version of the product are you using? On what operating system?
Chrome version 26.0.1410.43 on Windows 8
Please provide any additional information below.
When the methods prevSlide and nextSlide are binded to click event
the first argument is an eventArgument object
so in updateHash_ dontPush argument is an object and test !dontPush is true
To fix-it, I simple change in SlideDeck.prototype.updateSlides_
var dontPush = opt_dontPush === true || false;
Original issue reported on code.google.com by [email protected] on 29 Mar 2013 at 5:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 29 Mar 2013 at 5:01The text was updated successfully, but these errors were encountered: