aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-01-19 12:08:28 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-01-19 12:08:28 +0100
commit98de9327a75904dc3637f03805d81047cf649af5 (patch)
tree8ee5ce2194aa33572ebe8c415a6e4bd683fa2631 /js
parent941b86b6c390bf91eeb6b47f12ff8bf830e28b0a (diff)
downloadfreenode-live-2017-presentation-98de9327a75904dc3637f03805d81047cf649af5.tar
freenode-live-2017-presentation-98de9327a75904dc3637f03805d81047cf649af5.tar.gz
remove unused argument
Diffstat (limited to '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 a59916f..3e4be56 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -2884,7 +2884,7 @@
// Start content in the current background
if( currentBackground ) {
- startEmbeddedContent( currentBackground, true );
+ startEmbeddedContent( currentBackground );
var backgroundImageURL = currentBackground.style.backgroundImage || '';