generate background hash under additional conditions

This commit is contained in:
Hakim El Hattab 2013-11-01 12:27:09 -04:00
parent fcf91ec261
commit 778969c000
2 changed files with 5 additions and 2 deletions

View File

@ -457,7 +457,9 @@ var Reveal = (function(){
else {
element.style.background = data.background;
}
}
if( data.background || data.backgroundColor || data.backgroundImage ) {
element.setAttribute( 'data-background-hash', data.background + data.backgroundSize + data.backgroundImage + data.backgroundColor + data.backgroundRepeat + data.backgroundPosition + data.backgroundTransition );
}

5
js/reveal.min.js vendored

File diff suppressed because one or more lines are too long