aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-08-04 07:52:02 -0700
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-08-04 07:52:02 -0700
commitc858ad069f0ab5adcb5e8d720de87f029d5c6e1a (patch)
treed5a53f68deefaf4de1deafca34ab96b9b96ba749
parent2c3a494eaa4140a2964465848c8483deafc4e86e (diff)
parent79299d00710e61c7b9cbd9bfda87168b958a836d (diff)
downloadfosdem-2018-presentation-c858ad069f0ab5adcb5e8d720de87f029d5c6e1a.tar
fosdem-2018-presentation-c858ad069f0ab5adcb5e8d720de87f029d5c6e1a.tar.gz
Merge pull request #97 from davidbanham/master
Include speaker notes plugin after reveal.js
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 2899a10..c6decbf 100644
--- a/index.html
+++ b/index.html
@@ -322,6 +322,8 @@ function linkify( selector ) {
scripts.push( 'lib/js/data-markdown.js' );
}
+ scripts.push( 'js/reveal.js' );
+
// If we're runnning the notes server we need to include some additional JS
// TODO Is there a better way to determine if we're running the notes server?
if( window.location.host === 'localhost:1947' ) {
@@ -329,12 +331,10 @@ function linkify( selector ) {
scripts.push( 'plugin/speakernotes/client.js' );
}
- scripts.push( 'js/reveal.js' );
-
// Load the scripts and, when completed, initialize reveal.js
head.js.apply( null, scripts );
</script>
</body>
-</html> \ No newline at end of file
+</html>