aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/reveal.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index d5d9cbf..9ea61db 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -2614,7 +2614,7 @@
// Iframes
else if ( backgroundIframe ) {
var iframe = document.createElement( 'iframe' );
- iframe.setAttribute('src', backgroundIframe);
+ iframe.setAttribute( 'src', backgroundIframe );
iframe.style.width = '100%';
iframe.style.height = '100%';
iframe.style.maxHeight = '100%';