diff options
Diffstat (limited to 'js/reveal.js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js index 9218ea9..b4633ed 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -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 ); } |