mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 17:35:06 +01:00
ie9 fixes, including new classList polyfill
This commit is contained in:
parent
5a6837358b
commit
ebb834f4b0
5 changed files with 13 additions and 13 deletions
|
|
@ -461,7 +461,7 @@ var Reveal = (function(){
|
|||
|
||||
// If this slide has a state associated with it, add it
|
||||
// onto the current state of the deck
|
||||
var slideState = slides[index].dataset.state;
|
||||
var slideState = slides[index].getAttribute( 'data-state' );
|
||||
if( slideState ) {
|
||||
state = state.concat( slideState.split( ' ' ) );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue