diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-09-02 12:58:08 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-09-02 12:58:08 +0200 |
commit | 5e3bbdeecff0d74d56c2c05f491e1dacfa539059 (patch) | |
tree | 6d29ae37d840dbed67aaa42a62d2632a22d135c5 /js | |
parent | 75d38379b7bc93fba6eed7da17319ed6ffec35d1 (diff) | |
download | perl-software-in-gnu-guix-5e3bbdeecff0d74d56c2c05f491e1dacfa539059.tar perl-software-in-gnu-guix-5e3bbdeecff0d74d56c2c05f491e1dacfa539059.tar.gz |
formatting
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index 913aa28..ad7eaa0 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -2619,7 +2619,7 @@ // Start video playback var currentVideo = currentBackground.querySelector( 'video' ); if( currentVideo ) { - if(currentVideo.currentTime > 0) currentVideo.currentTime = 0; + if( currentVideo.currentTime > 0 ) currentVideo.currentTime = 0; currentVideo.play(); } |